ID ) and $thinkup_blog_postswitch !== 'option2' ) {
if ( $thinkup_blog_style1layout !== 'option2' ) {
echo '';
}
}
}
function alante_thinkup_input_stylelayout_class2() {
global $post;
global $thinkup_blog_postswitch;
global $thinkup_blog_style1layout;
if ( has_post_thumbnail( $post->ID ) and $thinkup_blog_postswitch !== 'option2' ) {
if ( $thinkup_blog_style1layout !== 'option2' ) {
echo '';
}
}
}
/* ----------------------------------------------------------------------------------
HIDE POST TITLE
---------------------------------------------------------------------------------- */
function alante_thinkup_input_blogtitle() {
echo '
';
return $link;
}
add_filter( 'excerpt_more', 'alante_thinkup_input_readmore' );
add_filter( 'the_content_more_link', 'alante_thinkup_input_readmore' );
/* ----------------------------------------------------------------------------------
INPUT BLOG META CONTENT
---------------------------------------------------------------------------------- */
// Add format-media class to post article for featured image, gallery and video
function alante_thinkup_input_blogmediaclass($classes) {
global $post;
global $thinkup_blog_postswitch;
$featured_id = get_post_thumbnail_id( $post->ID );
// Determine featured media to input
if ( alante_thinkup_check_isblog() ) {
if ( empty( $featured_id ) or $thinkup_blog_postswitch == 'option2' ) {
$classes[] = 'format-nomedia';
} else if( has_post_thumbnail() ) {
$classes[] = 'format-media';
}
}
return $classes;
}
add_action( 'post_class', 'alante_thinkup_input_blogmediaclass');
/* Meta content (author, category, tag) */
function alante_thinkup_input_blogmeta_1() {
echo '
';
}
/* ----------------------------------------------------------------------------------
INPUT POST META CONTENT
---------------------------------------------------------------------------------- */
function alante_thinkup_input_postmeta() {
echo '';
alante_thinkup_input_blogauthor();
alante_thinkup_input_blogdate();
alante_thinkup_input_blogcomment();
alante_thinkup_input_blogcategory1();
alante_thinkup_input_blogtag1();
echo '';
}
/* ----------------------------------------------------------------------------------
SHOW AUTHOR BIO
---------------------------------------------------------------------------------- */
/* HTML for Author Bio */
function alante_thinkup_input_postauthorbiocode() {
echo '