' . esc_html__( 'Pages:', 'blossom-shop' ),
'after' => '
',
) );
}else{
the_excerpt();
}
?>
', '' );
the_archive_title();
}
}
if( is_search() ){
echo '' . esc_html__( 'SEARCH RESULTS FOR:', 'blossom-shop' ) . '';
get_search_form();
}
if( is_page() ){
the_title( '
', '
' ); } if( is_404() ) { echo '' . esc_html__( 'Uh-Oh...','blossom-shop' ) . '
'; echo '' . esc_html__( 'The page you are looking for may have been moved, deleted, or possibly never existed.','blossom-shop' ) . '
';
}
if( is_single() ) {
blossom_shop_category();
the_title( '', '
' ); if( 'post' === get_post_type() ){ echo ''; } } ?>
';
if( has_post_thumbnail() ){
the_post_thumbnail( $image_size, array( 'itemprop' => 'image' ) );
}else{
blossom_shop_get_fallback_svg( $image_size );//fallback
}
echo '';
}
}
endif;
add_action( 'blossom_shop_before_post_entry_content', 'blossom_shop_post_thumbnail', 10 );
if( ! function_exists( 'blossom_shop_entry_header' ) ) :
/**
* Entry Header
*/
function blossom_shop_entry_header(){
$blog_layout = get_theme_mod( 'blog_page_layout', 'classic-layout' );
if( is_single() ) {
return false;
} ?>
';
blossom_shop_category();
if( $blog_layout == 'classic-layout' ) echo '
';
the_title( '', '
' ); if( 'post' === get_post_type() && $blog_layout != 'classic-layout' ){ echo ''; } ?>
'