Preview: sidebar.php
Size: 413 B
/home/jambtst2015/public_html/qasandra.com/wp-content/themes/helo/sidebar.php
<?php
/**
* The template for displaying search results pages.
*
* @package helo
* @author BdCoders
*/
if ( ! defined( 'ABSPATH' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
die();
}
if ( ! is_active_sidebar( 'main-sidebar' ) ) {
return;
}
?>
<div class="main-sidebar col-md-4" role="complementary">
<?php dynamic_sidebar( 'main-sidebar' ); ?>
</div><!-- #secondary -->
Directory Contents
Dirs: 4 × Files: 17