';
if( is_active_sidebar( 'right-sidebar' ) && ( $sidebar_layout == 'right-sidebar' ) ) {
the_post_thumbnail( 'bakery-shop-without-sidebar' );
}
echo '
';
}
}
endif;
if( ! function_exists( 'bakery_shop_post_content_image' ) ) :
/**
* Post Featured Image
*
* @since 1.0.1
*/
function bakery_shop_post_content_image(){
if( has_post_thumbnail() ){
echo ( !is_single() ) ? '
' : '';
( is_active_sidebar( 'right-sidebar' ) ) ? the_post_thumbnail( 'bakery-shop-with-sidebar' ) : the_post_thumbnail( 'bakery-shop-without-sidebar' ) ;
echo ( !is_single() ) ? '' : '
' ;
}
}
endif;
if( ! function_exists( 'bakery_shop_post_entry_header' ) ) :
/**
* Post Entry Header
*
* @since 1.0.1
*/
function bakery_shop_post_entry_header(){
?>
';
}
endif;
if( ! function_exists( 'bakery_shop_archive_entry_header' ) ) :
/**
* Archive Entry Header
*
* @since 1.0.1
*/
function bakery_shop_archive_entry_header(){
?>