home/abhiramc/public_html/wp-content/themes/whistle/sidebar-right.php 0000644 00000001077 15021264075 0022052 0 ustar 00 ";
endif;
if( is_archive() || is_search() || is_home() ):
if( is_active_sidebar('post-archives-sidebar-right') ):
dynamic_sidebar('post-archives-sidebar-right');
endif;
$enable = cs_get_option( 'show-standard-right-sidebar-for-post-archives' );
if( !empty( $enable )):
if( is_active_sidebar('standard-sidebar-right') ):
dynamic_sidebar('standard-sidebar-right');
endif;
endif;
endif;
if(!empty($wtstyle)):
echo "";
endif;