voceconnect / multi-post-thumbnails

Adds multiple post thumbnails to a post type. If you've ever wanted more than one Featured Image on a post, this plugin is for you.
143 stars 63 forks source link

i have Not getting secondary image on blog page header (Posts page). #93

Closed rvpatel closed 8 years ago

rvpatel commented 8 years ago

I have manage setting Posts page: as Blog. Then i have attach image on blog page "secondary image" but not getting on header.

For other pages work only blog page(Posts page) on issue.

chrisscott commented 8 years ago

If you're trying to display a thumbnail outside of a post loop you'll need to pass in the $post_id of the post you want to display the thumbnail for as the 3rd argument to MultiPostThumbnails::the_post_thumbnail().

rvpatel commented 7 years ago

I have added code with page id for post page (blog) but not working

chrisscott commented 7 years ago

What is the code?