__( 'Archives', 'bazaar-lite' )) && (!bazaarlite_is_woocommerce_active('is_woocommerce')) ) : return get_the_archive_title(); endif; } } /*-----------------------------------------------------------------------------------*/ /* IS SINGLE */ /*-----------------------------------------------------------------------------------*/ if (!function_exists('bazaarlite_is_single')) { function bazaarlite_is_single() { if ( is_single() || is_page() || is_singular('portfolio') ) : return true; endif; } } /*-----------------------------------------------------------------------------------*/ /* TAG TITLE */ /*-----------------------------------------------------------------------------------*/ if (!function_exists('bazaarlite_addtitle')) { function bazaarlite_addtitle() { ?>