' . get_search_query() . '' ); $subheading = ''; } elseif( class_exists( 'WooCommerce' ) && ( is_product_taxonomy() || is_product_category() ) ) { $heading = single_cat_title( '', false ); $category_description = category_description(); $subheading = ! empty( $category_description ) ? $category_description : ''; } elseif( is_category() ) { $heading = single_cat_title( '', false ); $category_description = category_description(); $subheading = ! empty( $category_description ) ? $category_description : ''; } elseif( is_tag() ) { $heading = single_tag_title( '', false ) ; $tag_description = tag_description(); $subheading = ! empty( $tag_description ) ? $tag_description : ''; } elseif( is_author() ) { $heading = get_the_author(); $subheading = ''; } elseif( is_archive() ) { $heading = esc_html__( 'Archive', 'aihub' ); $subheading = ''; } $heading = $heading ? $heading : get_the_title(); if ( empty( $heading ) && empty( $subheading ) ) { return; } if ( class_exists('WooCommerce') ){ $breadcrumb_args = array( 'wrap_before' => '
' ); } if ( isset( $align) ) { if ( $align === 'lqd-titlebar-split' ) { $column_classname = 'w-6/12'; } else if ( $align === 'text-center' ) { $column_classname = 'mx-auto tablet:w-6/12 mobile-extra:w-8/12'; } else { $column_classname = 'w-full'; } } ?>