Initial Commit N° : 001 - V.4.3.3
This commit is contained in:
+15
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user