Dear,
This is driving me crazy, can't figure it out. Is there a way to only display the featured images on the frontpage and stuff and to hide it in the actual post or page?
Many thanks in advance.
Dear,
This is driving me crazy, can't figure it out. Is there a way to only display the featured images on the frontpage and stuff and to hide it in the actual post or page?
Many thanks in advance.
Hey,
delete following code from single.php, template_fullwidth.php and page.php:
<?php
if($preview_image)
{
echo '<div class="entry-previewimage rounded preloading_background">';
echo $preview_image;
echo '</div>';
}
?>You must log in to post.