Category template listing post feature images
-
Hi
I’m new to wp and trying to make a custom template for my category page.
How can I pull only the feature image (full size) of every post under a category as a link?
The listing I want to produce would be something like this.
<ul class="display-posts-listing"> <li class="listing-item"><a href="link-to-post"><img src="featureimage"></a></li> <li class="listing-item"><a href="link-to-post"><img src="featureimage"></a></li> </ul>
- The topic ‘Category template listing post feature images’ is closed to new replies.