khaihihi
This commit is contained in:
11
wp-content/themes/ekko/sidebar.php
Normal file
11
wp-content/themes/ekko/sidebar.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Default Sidebar for Blog
|
||||
* @package ekko
|
||||
* by KeyDesign
|
||||
*/
|
||||
?>
|
||||
|
||||
<?php if( is_active_sidebar('blog-sidebar') ) : ?>
|
||||
<?php dynamic_sidebar('blog-sidebar'); ?>
|
||||
<?php endif; ?>
|
||||
Reference in New Issue
Block a user