/var/www/html_us/wp-content/themes/elessi-theme/sidebar.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * The Sidebar containing the main widget areas.
 *
 * @package nasatheme
 */
?>

<div id="secondary" class="widget-area nasa-sidebar-off-canvas">
<?php
do_action
('before_sidebar');
dynamic_sidebar('blog-sidebar');
do_action('after_sidebar');
?>
</div>