Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How can I grab the Featured Thumbnail attached to the Blog page? Re: How can I grab the Featured Thumbnail attached to the Blog page?

#123481
noahgelman
Participant

I’m not trying to get the thumbnails for each post. I am only trying to get the thumbnail for the current page. On other pages it’s easy, you can just use the_post_thumbnail(), but if you use that on the blog page, it just grabs the thumbnail of the first post (even if I call it before the loop).