Wordpress: Hide featured image thumbnail from gallery
<div id="imgcontent">
<?php my_attachment_gallery(0, 'large', 'alt="' . $post->post_title .
'"'); ?>
</div> <?php endwhile; // end of the loop. ?>
I want to exlude the featured image from the gallery, it shows as the
first image of the gallery. Is there anyway to do this?
No comments:
Post a Comment