File "sidebar.php"

Full Path: /home/refref/public_html/knowhow/sidebar.php
File size: 197 bytes
MIME-type: text/x-php
Charset: utf-8

<?php if ( is_active_sidebar( 'st_primary' ) ) { ?>
<!-- #sidebar -->
<aside id="sidebar" role="complementary">
<?php dynamic_sidebar( 'st_primary' )  ?>
<!-- #sidebar -->
</aside>
<?php } ?>