I have a frustrating question to ask, it's taking me aaages to find an answer through Google. The concept is deceivingly simply yet the execution seems like a nightmare!! I’m sure someone who has more programming brains than I do figured out a solution…please share your brilliance with a poor soul.
In my archive,
I would like a thumbnail of the posts images for each archive post. Does anyone know the php query to call up the image?
I was thinking it would be something like ;
the_title();
ie the_image();
so for each entry on the archive, it would call up a thumbnail to the list.
Thanks for having a think for me!