How can I remove pictures that are displayed in the slider from the preview of the post on the front page?
Remember it was discussed before but could not find it.
Thanks!
How can I remove pictures that are displayed in the slider from the preview of the post on the front page?
Remember it was discussed before but could not find it.
Thanks!
I'm really looking forward to hear from You! Need to implement these changes asap!
Hey,
Shoutbox doesn't offer a feature to check for duplicate posts in the slider and on the front page blog. You need to exclude the slider category/posts from the frontpage post manually.
Ok, thanks!
Is it possible to remove featured image form the posts?
Yes - in includes/loop-index.php delete following code:
<?php
if($img_size)
{
$slider = new avia_slideshow(get_the_ID());
echo $slider->display_small($img_size);
}
?>You must log in to post.