' . esc_html__( 'Pages:', 'blossom-studio' ),
'after' => '
',
) );
}else{
the_excerpt();
}
?>
', '
' ); endif; if( 'post' === get_post_type() && is_single() ){ echo ''; } ?>';
the_post_thumbnail( $image_size, array( 'itemprop' => 'image' ) );
echo '
';
}
}
}
}
endif;
add_action( 'blossom_studio_before_page_entry_content', 'blossom_studio_post_thumbnail' );
add_action( 'blossom_studio_before_post_entry_content', 'blossom_studio_post_thumbnail', 10 );
add_action( 'blossom_studio_before_single_entry_content', 'blossom_studio_post_thumbnail', 10 );
if( ! function_exists( 'blossom_studio_single_article_meta' ) ) :
/**
* Entry Header
*/
function blossom_studio_single_article_meta(){
?>
'
__( 'Previous', 'blossom-studio' ),
'next_text' => __( 'Next', 'blossom-studio' ),
'before_page_number' => '',
) );
}
}
endif;
add_action( 'blossom_studio_after_post_content', 'blossom_studio_navigation', 15 );
add_action( 'blossom_studio_after_posts_content', 'blossom_studio_navigation' );
if( ! function_exists( 'blossom_studio_author' ) ) :
/**
* Author Section
*/
function blossom_studio_author(){
$ed_author = get_theme_mod( 'ed_author', false );
$author_title = get_theme_mod( 'author_title', __( 'About the Author', 'blossom-studio' ) );
$author_name = get_the_author();
if( ! $ed_author && get_the_author_meta( 'description' ) ){ ?>
'; ?>