init
This commit is contained in:
12
wp-content/themes/flatsome/sidebar.php
Normal file
12
wp-content/themes/flatsome/sidebar.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* The Sidebar containing the main widget areas.
|
||||
*
|
||||
* @package flatsome
|
||||
*/
|
||||
?>
|
||||
<div id="secondary" class="widget-area <?php flatsome_sidebar_classes(); ?>" role="complementary">
|
||||
<?php do_action( 'before_sidebar' ); ?>
|
||||
<?php if ( ! dynamic_sidebar( 'sidebar-main' ) ) : ?>
|
||||
<?php endif; // end sidebar widget area ?>
|
||||
</div>
|
Reference in New Issue
Block a user