You've already forked dementiewijs
Added WordPress files and DB dump
This commit is contained in:
10
wp/wp-content/themes/specia/sidebar.php
Normal file
10
wp/wp-content/themes/specia/sidebar.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
if ( ! is_active_sidebar( 'sidebar-primary' ) ) {
|
||||
return;
|
||||
}
|
||||
?>
|
||||
<div class="col-md-4 col-xs-12">
|
||||
<div class="sidebar" role="complementary">
|
||||
<?php dynamic_sidebar('sidebar-primary'); ?>
|
||||
</div><!-- #secondary -->
|
||||
</div>
|
||||
Reference in New Issue
Block a user