' . esc_html__('Search widget area is empty.', 'phlox' ) . '
'; } ?>
'; dynamic_sidebar( 'auxin-global-primary-sidebar-widget-area' ); echo '
'; } // get page template name $page_template_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_template_name, 'blog' ) !== false ) && is_active_sidebar( 'auxin-blog-primary-sidebar-widget-area' ) ) { echo '
'; dynamic_sidebar( 'auxin-blog-primary-sidebar-widget-area' ); echo '
'; } elseif ( function_exists('is_shop') && is_shop() ) { echo '
'; if( is_active_sidebar( 'auxin-shop-sidebar-widget-area' ) ){ dynamic_sidebar( 'auxin-shop-sidebar-widget-area' ); } echo '
'; } elseif( is_active_sidebar( 'auxin-pages-primary-sidebar-widget-area' ) ){ echo '
'; dynamic_sidebar( 'auxin-pages-primary-sidebar-widget-area' ); echo '
'; } } ?>