| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/sidebar.php.tar |
home/xbodynamge/namtation/wp-content/themes/twentyseventeen/sidebar.php 0000604 00000000771 15111417313 0022575 0 ustar 00 <?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package WordPress
* @subpackage Twenty_Seventeen
* @since 1.0
* @version 1.0
*/
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<aside id="secondary" class="widget-area" role="complementary" aria-label="<?php esc_attr_e( 'Blog Sidebar', 'twentyseventeen' ); ?>">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- #secondary -->
home/xbodynamge/www/wp-content/themes/zerif-lite/sidebar.php 0000644 00000001751 15111655105 0020240 0 ustar 00 <?php
/**
* The Sidebar containing the main widget areas.
*
* @package zerif-lite
*/
?>
<?php zerif_before_sidebar_trigger(); ?>
<div id="secondary" class="widget-area" role="complementary">
<?php zerif_top_sidebar_trigger(); ?>
<?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?>
<aside id="search" class="widget widget_search">
<?php get_search_form(); ?>
</aside>
<aside id="archives" class="widget">
<h2 class="widget-title"><?php _e( 'Archives', 'zerif-lite' ); ?></h2>
<ul>
<?php
wp_get_archives(
array(
'type' => 'monthly',
)
);
?>
</ul>
</aside>
<aside id="meta" class="widget">
<h2 class="widget-title"><?php _e( 'Meta', 'zerif-lite' ); ?></h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</aside>
<?php endif; ?>
<?php zerif_bottom_sidebar_trigger(); ?>
</div><!-- #secondary -->
<?php zerif_after_sidebar_trigger(); ?>
home/xbodynamge/crosstraining/wp-content/themes/twentysixteen/sidebar.php 0000604 00000000606 15111661241 0023151 0 ustar 00 <?php
/**
* The template for the sidebar containing the main widget area
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/
?>
<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
<aside id="secondary" class="sidebar widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- .sidebar .widget-area -->
<?php endif; ?>
home/xbodynamge/lebauwcentre/wp-content/themes/twentysixteen/sidebar.php 0000604 00000000605 15111735645 0022755 0 ustar 00 <?php
/**
* The template for the sidebar containing the main widget area
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/
?>
<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
<aside id="secondary" class="sidebar widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- .sidebar .widget-area -->
<?php endif; ?>
home/xbodynamge/www/wp-content/themes/twentysixteen/sidebar.php 0000604 00000000606 15111757705 0021123 0 ustar 00 <?php
/**
* The template for the sidebar containing the main widget area
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/
?>
<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
<aside id="secondary" class="sidebar widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- .sidebar .widget-area -->
<?php endif; ?>
home/xbodynamge/namtation/wp-content/themes/zerif-lite/sidebar.php 0000644 00000001756 15112010722 0021402 0 ustar 00 <?php
/**
* The Sidebar containing the main widget areas.
*
* @package zerif-lite
*/
?>
<?php zerif_before_sidebar_trigger(); ?>
<div id="secondary" class="widget-area" role="complementary">
<?php zerif_top_sidebar_trigger(); ?>
<?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?>
<aside id="search" class="widget widget_search">
<?php get_search_form(); ?>
</aside>
<aside id="archives" class="widget">
<h2 class="widget-title"><?php _e( 'Archives', 'zerif-lite' ); ?></h2>
<ul>
<?php
wp_get_archives(
array(
'type' => 'monthly',
)
);
?>
</ul>
</aside>
<aside id="meta" class="widget">
<h2 class="widget-title"><?php _e( 'Meta', 'zerif-lite' ); ?></h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</aside>
<?php endif; ?>
<?php zerif_bottom_sidebar_trigger(); ?>
</div><!-- #secondary -->
<?php zerif_after_sidebar_trigger(); ?>
home/xbodynamge/www/wp-content/themes/twentyfifteen/sidebar.php 0000604 00000002441 15112037574 0021057 0 ustar 00 <?php
/**
* The sidebar containing the main widget area
*
* @package WordPress
* @subpackage Twenty_Fifteen
* @since Twenty Fifteen 1.0
*/
if ( has_nav_menu( 'primary' ) || has_nav_menu( 'social' ) || is_active_sidebar( 'sidebar-1' ) ) : ?>
<div id="secondary" class="secondary">
<?php if ( has_nav_menu( 'primary' ) ) : ?>
<nav id="site-navigation" class="main-navigation" role="navigation">
<?php
// Primary navigation menu.
wp_nav_menu( array(
'menu_class' => 'nav-menu',
'theme_location' => 'primary',
) );
?>
</nav><!-- .main-navigation -->
<?php endif; ?>
<?php if ( has_nav_menu( 'social' ) ) : ?>
<nav id="social-navigation" class="social-navigation" role="navigation">
<?php
// Social links navigation menu.
wp_nav_menu( array(
'theme_location' => 'social',
'depth' => 1,
'link_before' => '<span class="screen-reader-text">',
'link_after' => '</span>',
) );
?>
</nav><!-- .social-navigation -->
<?php endif; ?>
<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
<div id="widget-area" class="widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div><!-- .widget-area -->
<?php endif; ?>
</div><!-- .secondary -->
<?php endif; ?>
home/xbodynamge/crosstraining/wp-content/themes/twentyseventeen/sidebar.php 0000604 00000000771 15112274476 0023504 0 ustar 00 <?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package WordPress
* @subpackage Twenty_Seventeen
* @since 1.0
* @version 1.0
*/
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<aside id="secondary" class="widget-area" role="complementary" aria-label="<?php esc_attr_e( 'Blog Sidebar', 'twentyseventeen' ); ?>">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- #secondary -->
home/xbodynamge/lebauwcentre/wp-content/themes/onepress/sidebar.php 0000644 00000000570 15112402017 0021647 0 ustar 00 <?php
/**
* The sidebar containing the main widget area.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package OnePress
*/
if ( ! is_active_sidebar( 'sidebar-1' ) ) {
return;
}
?>
<div id="secondary" class="widget-area sidebar" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div><!-- #secondary -->
home/xbodynamge/dev/wp-content/themes/twentysixteen/sidebar.php 0000604 00000000606 15112531252 0021041 0 ustar 00 <?php
/**
* The template for the sidebar containing the main widget area
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/
?>
<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
<aside id="secondary" class="sidebar widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- .sidebar .widget-area -->
<?php endif; ?>
home/xbodynamge/lebauwcentre/wp-content/themes/zerif-lite/sidebar.php 0000644 00000001756 15112606062 0022100 0 ustar 00 <?php
/**
* The Sidebar containing the main widget areas.
*
* @package zerif-lite
*/
?>
<?php zerif_before_sidebar_trigger(); ?>
<div id="secondary" class="widget-area" role="complementary">
<?php zerif_top_sidebar_trigger(); ?>
<?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?>
<aside id="search" class="widget widget_search">
<?php get_search_form(); ?>
</aside>
<aside id="archives" class="widget">
<h2 class="widget-title"><?php _e( 'Archives', 'zerif-lite' ); ?></h2>
<ul>
<?php
wp_get_archives(
array(
'type' => 'monthly',
)
);
?>
</ul>
</aside>
<aside id="meta" class="widget">
<h2 class="widget-title"><?php _e( 'Meta', 'zerif-lite' ); ?></h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</aside>
<?php endif; ?>
<?php zerif_bottom_sidebar_trigger(); ?>
</div><!-- #secondary -->
<?php zerif_after_sidebar_trigger(); ?>
home/xbodynamge/www/wp-content/themes/hestia/sidebar.php 0000644 00000001266 15113043141 0017435 0 ustar 00 <?php
/**
* The Sidebar containing the main widget areas.
*
* @package Hestia
* @since Hestia 1.0.0
* @modified 1.1.30
*/
$sidebar_class = apply_filters( 'hestia_filter_blog_sidebar_classes', 'col-md-3 blog-sidebar-wrapper' );
$sidebar_layout = get_theme_mod( 'hestia_blog_sidebar_layout', 'sidebar-right' );
if ( is_active_sidebar( 'sidebar-1' ) ) { ?>
<div class="<?php echo esc_attr( $sidebar_class ); ?> ">
<aside id="secondary" class="blog-sidebar" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- .sidebar .widget-area -->
</div>
<?php
} elseif ( is_customize_preview() ) {
hestia_sidebar_placeholder( 'col-md-offset-1', 'sidebar-1' );
} ?>
home/xbodynamge/www/wp-includes/theme-compat/sidebar.php 0000604 00000007734 15113043175 0017423 0 ustar 00 <?php
/**
* @package WordPress
* @subpackage Theme_Compat
* @deprecated 3.0.0
*
* This file is here for backward compatibility with old themes and will be removed in a future version.
*/
_deprecated_file(
/* translators: %s: template name */
sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ),
'3.0.0',
null,
/* translators: %s: template name */
sprintf( __( 'Please include a %s template in your theme.' ), basename( __FILE__ ) )
);
?>
<div id="sidebar" role="complementary">
<ul>
<?php /* Widgetized sidebar, if you have the plugin installed. */
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
<li>
<?php get_search_form(); ?>
</li>
<!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
<li><h2><?php _e('Author'); ?></h2>
<p>A little something about you, the author. Nothing lengthy, just an overview.</p>
</li>
-->
<?php if ( is_404() || is_category() || is_day() || is_month() ||
is_year() || is_search() || is_paged() ) :
?> <li>
<?php if ( is_404() ) : /* If this is a 404 page */ ?>
<?php elseif ( is_category() ) : /* If this is a category archive */ ?>
<p><?php /* translators: %s: category name */
printf( __( 'You are currently browsing the archives for the %s category.' ),
single_cat_title( '', false )
);
?></p>
<?php elseif ( is_day() ) : /* If this is a daily archive */ ?>
<p><?php /* translators: 1: site link, 2: archive date */
printf( __( 'You are currently browsing the %1$s blog archives for the day %2$s.' ),
sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) ),
get_the_time( __( 'l, F jS, Y' ) )
);
?></p>
<?php elseif ( is_month() ) : /* If this is a monthly archive */ ?>
<p><?php /* translators: 1: site link, 2: archive month */
printf( __( 'You are currently browsing the %1$s blog archives for %2$s.' ),
sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) ),
get_the_time( __( 'F, Y' ) )
);
?></p>
<?php elseif ( is_year() ) : /* If this is a yearly archive */ ?>
<p><?php /* translators: 1: site link, 2: archive year */
printf( __( 'You are currently browsing the %1$s blog archives for the year %2$s.' ),
sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) ),
get_the_time( 'Y' )
);
?></p>
<?php elseif ( is_search() ) : /* If this is a search result */ ?>
<p><?php /* translators: 1: site link, 2: search query */
printf( __( 'You have searched the %1$s blog archives for <strong>‘%2$s’</strong>. If you are unable to find anything in these search results, you can try one of these links.' ),
sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) ),
esc_html( get_search_query() )
);
?></p>
<?php elseif ( isset( $_GET['paged'] ) && ! empty( $_GET['paged'] ) ) : /* If this set is paginated */ ?>
<p><?php /* translators: %s: site link */
printf( __( 'You are currently browsing the %s blog archives.' ),
sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) )
);
?></p>
<?php endif; ?>
</li>
<?php endif; ?>
</ul>
<ul role="navigation">
<?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?>
<li><h2><?php _e('Archives'); ?></h2>
<ul>
<?php wp_get_archives(array('type' => 'monthly')); ?>
</ul>
</li>
<?php wp_list_categories(array('show_count' => 1, 'title_li' => '<h2>' . __('Categories') . '</h2>')); ?>
</ul>
<ul>
<?php if ( is_home() || is_page() ) { /* If this is the frontpage */ ?>
<?php wp_list_bookmarks(); ?>
<li><h2><?php _e('Meta'); ?></h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</li>
<?php } ?>
<?php endif; /* ! dynamic_sidebar() */ ?>
</ul>
</div>
home/xbodynamge/namtation/wp-content/themes/twentysixteen/sidebar.php 0000604 00000000605 15113164434 0022261 0 ustar 00 <?php
/**
* The template for the sidebar containing the main widget area
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/
?>
<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
<aside id="secondary" class="sidebar widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- .sidebar .widget-area -->
<?php endif; ?>
home/xbodynamge/crosstraining/wp-includes/theme-compat/sidebar.php 0000604 00000007734 15113167070 0021465 0 ustar 00 <?php
/**
* @package WordPress
* @subpackage Theme_Compat
* @deprecated 3.0.0
*
* This file is here for backward compatibility with old themes and will be removed in a future version.
*/
_deprecated_file(
/* translators: %s: template name */
sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ),
'3.0.0',
null,
/* translators: %s: template name */
sprintf( __( 'Please include a %s template in your theme.' ), basename( __FILE__ ) )
);
?>
<div id="sidebar" role="complementary">
<ul>
<?php /* Widgetized sidebar, if you have the plugin installed. */
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
<li>
<?php get_search_form(); ?>
</li>
<!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
<li><h2><?php _e('Author'); ?></h2>
<p>A little something about you, the author. Nothing lengthy, just an overview.</p>
</li>
-->
<?php if ( is_404() || is_category() || is_day() || is_month() ||
is_year() || is_search() || is_paged() ) :
?> <li>
<?php if ( is_404() ) : /* If this is a 404 page */ ?>
<?php elseif ( is_category() ) : /* If this is a category archive */ ?>
<p><?php /* translators: %s: category name */
printf( __( 'You are currently browsing the archives for the %s category.' ),
single_cat_title( '', false )
);
?></p>
<?php elseif ( is_day() ) : /* If this is a daily archive */ ?>
<p><?php /* translators: 1: site link, 2: archive date */
printf( __( 'You are currently browsing the %1$s blog archives for the day %2$s.' ),
sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) ),
get_the_time( __( 'l, F jS, Y' ) )
);
?></p>
<?php elseif ( is_month() ) : /* If this is a monthly archive */ ?>
<p><?php /* translators: 1: site link, 2: archive month */
printf( __( 'You are currently browsing the %1$s blog archives for %2$s.' ),
sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) ),
get_the_time( __( 'F, Y' ) )
);
?></p>
<?php elseif ( is_year() ) : /* If this is a yearly archive */ ?>
<p><?php /* translators: 1: site link, 2: archive year */
printf( __( 'You are currently browsing the %1$s blog archives for the year %2$s.' ),
sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) ),
get_the_time( 'Y' )
);
?></p>
<?php elseif ( is_search() ) : /* If this is a search result */ ?>
<p><?php /* translators: 1: site link, 2: search query */
printf( __( 'You have searched the %1$s blog archives for <strong>‘%2$s’</strong>. If you are unable to find anything in these search results, you can try one of these links.' ),
sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) ),
esc_html( get_search_query() )
);
?></p>
<?php elseif ( isset( $_GET['paged'] ) && ! empty( $_GET['paged'] ) ) : /* If this set is paginated */ ?>
<p><?php /* translators: %s: site link */
printf( __( 'You are currently browsing the %s blog archives.' ),
sprintf( '<a href="%1$s/">%2$s</a>', get_bloginfo( 'url' ), get_bloginfo( 'name' ) )
);
?></p>
<?php endif; ?>
</li>
<?php endif; ?>
</ul>
<ul role="navigation">
<?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?>
<li><h2><?php _e('Archives'); ?></h2>
<ul>
<?php wp_get_archives(array('type' => 'monthly')); ?>
</ul>
</li>
<?php wp_list_categories(array('show_count' => 1, 'title_li' => '<h2>' . __('Categories') . '</h2>')); ?>
</ul>
<ul>
<?php if ( is_home() || is_page() ) { /* If this is the frontpage */ ?>
<?php wp_list_bookmarks(); ?>
<li><h2><?php _e('Meta'); ?></h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</li>
<?php } ?>
<?php endif; /* ! dynamic_sidebar() */ ?>
</ul>
</div>
home/xbodynamge/crosstraining/wp-content/themes/custom-file-5-1751661813/sidebar.php 0000644 00000000550 15113173377 0023710 0 ustar 00 <?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package PopularFX
*/
$enabled = popularfx_sidebar();
if(empty($enabled)){
return;
}
?>
<aside id="secondary" class="widget-area">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- #secondary -->