mirror of
https://github.com/KevinMidboe/rohnenedre.git
synced 2026-01-10 11:25:47 +00:00
Initial commit. State 04.2021.
This commit is contained in:
16
wp-content/themes/twentyfourteen/sidebar-content.php
Normal file
16
wp-content/themes/twentyfourteen/sidebar-content.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* The Content Sidebar
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Twenty_Fourteen
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
|
||||
if ( ! is_active_sidebar( 'sidebar-2' ) ) {
|
||||
return;
|
||||
}
|
||||
?>
|
||||
<div id="content-sidebar" class="content-sidebar widget-area" role="complementary">
|
||||
<?php dynamic_sidebar( 'sidebar-2' ); ?>
|
||||
</div><!-- #content-sidebar -->
|
||||
Reference in New Issue
Block a user