db->is_built_with_elementor( $post->ID ) ) { if ( intval( get_option( 'elementor_container_width' ) ) === 1290 ) { $classes[] = 'builder-container-width-fresh'; } } } } return $classes; }); /** * User social channels * * @param string $tooltip Should output tooltips. */ function ct_author_social_channels( $tooltip = 'yes' ) { $facebook = get_the_author_meta( 'facebook' ); $linkedin = get_the_author_meta( 'linkedin' ); $dribbble = get_the_author_meta( 'dribbble' ); $website = get_the_author_meta( 'user_url' ); $twitter = get_the_author_meta( 'twitter' ); $gplus = get_the_author_meta( 'gplus' ); $instagram = get_the_author_meta( 'instagram' ); if ( ! ( $website || $facebook || $twitter || $gplus || $linkedin || $dribbble || $instagram ) ) { return; } $class = 'author-box-social'; ?> true, 'tablet' => true, 'mobile' => false, ])); ?>
', '' ); else : the_title( '

', '

' ); endif; // if ( 'post' === get_post_type() ) { echo ct_post_meta( [ 'author' => true, 'author_avatar' => true, 'post_date' => true, 'comments' => true, 'categories' => true, ], [ 'avatar_size' => '50', ] ); // } ?>
get_post_thumbnail_id(), 'ratio' => '16/9', 'size' => 'full', ]); ?>
true ], [ 'labels' => false ] ); if ( is_singular() ) : the_title( '

', '

' ); else : the_title( '

', '

' ); endif; if ( has_excerpt() ) { echo ct_entry_excerpt( 40 ); } echo ct_post_meta( [ 'author' => true, 'author_avatar' => true, 'post_date' => true, 'comments' => true, ], [ 'avatar_size' => '50', ] ); ?>