• Hi,

    The simplicity of this slider plugin is great. But I only want to show featured images attached to a post. When a user would click on the image, then I want to take them to the full post. I see in the forums that someone already has figured out how to link the images. But how do I only show featured images and skip the content and heading of the post?

    Any help would be greatly appreciated.
    TIA.

Viewing 1 replies (of 1 total)
  • In content-slider.php, change
    <li><div class="content_left"><h2 style="color:#fff;"><a href="<?php the_permalink();?>"><?php the_title();?></a></h2><?php the_excerpt();?></div><div class="img_right"><a href="<?php the_permalink();?>"><img src="<?php echo $thumb;?>" /></a></div></li>

    to

    <li><img src="<?php echo $thumb;?>" /></a></div></li>

Viewing 1 replies (of 1 total)
  • The topic ‘Anybody know how to display only images without post contents?’ is closed to new replies.