';}
else {echo '';}?>
if (!is_single()) { if ($wildweb_option['post-feature-image']): echo ''; wildweb_post_thumbnail(); echo '
'; endif; } ?>
if (is_single()) { the_content( sprintf(
wp_kses(
/* translators: %s: Name of current post. Only visible to screen readers */
__( 'Continue reading "%s"', 'wildweb' ),
array(
'span' => array(
'class' => array(),
),
)
),
get_the_title()
) );}
else {echo '';}?>