• File: sidebar-content.php
  • Full Path: /home/romi/public_html/wp-content-20260417071838/themes/twentyfourteen/sidebar-content.php
  • Date Modified: 09/02/2023 6:17 PM
  • File size: 340 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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 -->