'; dynamic_sidebar( 'auxin-global-secondary-sidebar-widget-area' ); echo '
'; } // get page template name $page_tempalte_name = get_post_meta( $post->ID, '_wp_page_template', TRUE ); // if the current page is a blog page if ( ( $post->post_type == 'post' || strpos( $page_tempalte_name, 'blog' ) !== false ) && is_active_sidebar( 'auxin-blog-secondary-sidebar-widget-area' ) ) { echo '
'; dynamic_sidebar( 'auxin-blog-secondary-sidebar-widget-area' ); echo '
'; } elseif( is_active_sidebar( 'auxin-pages-secondary-sidebar-widget-area' ) ){ echo '
'; dynamic_sidebar( 'auxin-pages-secondary-sidebar-widget-area' ); } ?>