';
}
endif;
add_action( 'boutique_shop_banner_header', 'boutique_shop_banner_header', 10 );
if( ! function_exists( 'boutique_shop_banner_title' ) ) :
/**
* Page Header
*/
function boutique_shop_banner_title(){
if ( ( is_front_page() && is_home() ) || is_home() ){
$boutique_shop_your_latest_posts_title = boutique_shop_get_option( 'boutique_shop_your_latest_posts_title' );?>
', '' );
}
if( is_archive() ){
the_archive_description( '', '
' );
the_archive_title( '', '
' );
}
if( is_search() ){ ?>
' . esc_html__( 'Error 404', 'boutique-shop' ) . '';
}
}
endif;
if ( ! function_exists( 'boutique_shop_posts_tags' ) ) :
/**
* Prints HTML with meta information for the current post-date/time and author.
*/
function boutique_shop_posts_tags() {
// Hide category and tag text for pages.
if ( 'post' === get_post_type() && has_tag() ) { ?>