ramseyp
Member
Posted 9 months ago #
Hi all,
I'm building a site where I've got images attached to pages. I'd like to be able to display thumbnails on respective pages, which I've got the code to make happen, but I want to have the first thumbnail actually be the medium-sized version of the image. In other words:
first image - medium-sized version
remaining images - thumbnail sized versions.
Any thoughts? I've seen documentation where people use an offset but that's been done when displaying images from posts, offset by a post.
sabbry
Member
Posted 3 months ago #
This is exactly what I need!
<first image>
<the_content>
<5 thumbnails in a ul>
Anybody know how to do this?
Hi,
You either need to set the image size settings from wordpress admin area ->settings -> media settings section or apply the desired settings from style.css - stylesheet file to img tags.
Thanks,
Shane G.
sabbry
Member
Posted 3 months ago #
I did find this.
However, it doesn't allow me to separate a post thumbnail loop from the main image I want to use for a post.