'; get_template_part( 'template-parts/featured/featured-content' ); echo ''; elseif ( is_customize_preview() ) : echo '
'; endif; } /** * Function to change excerpt length for featured posts * * @param int $length Length of excerpt in number of words. * @return int */ function benpress_featured_excerpt_length( $length ) { return 15; } if ( ! function_exists( 'benpress_featured_post_image' ) ) : /** * Displays the featured image of the post as slider image * * @param string $size Post thumbnail size. * @param array $attr Post thumbnail attributes. */ function benpress_featured_post_image( $size = 'post-thumbnail', $attr = array() ) { // Display Post Thumbnail. if ( has_post_thumbnail() ) : ?>
' . $postmeta . '';
}
endif;