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