Hi,
Is there a way to not have the slide images display at all on the blog page (list of blog posts/archive)?
Hi,
Is there a way to not have the slide images display at all on the blog page (list of blog posts/archive)?
Hi,
Open includes > loop-archive.php and find this code
$slider = new avia_slideshow(get_the_ID());
echo $slider->display_small('portfolio', $force_small_slider);
remove it.
Cheers,
Ismael
You must log in to post.