Title: Featured Image
Last modified: March 6, 2021

---

# Featured Image

 *  Resolved [chocolateteapot](https://wordpress.org/support/users/chocolateteapot/)
 * (@chocolateteapot)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/featured-image-501/)
 * My featured image is displaying twice.
 * I’ve watched some tutorials and that doesn’t seem to happen. I’ve chosen the ‘
   replace content’ option.
 * I don’t think it’s a problem with Pods, I think it’s a problem with the placement
   of the featured image within the theme? I wondered if there was a workaround?
 * This is the code that I’ve used in the Pods template.
    `<div class=”page-content”
   > <article id=”{@ID}” class=”{@ID} our_team type-our_team alliance-member status-
   publish has-post-thumbnail hentry”> <div class=”image”> <a href=”{@website}” 
   target=”_blank” rel=”noopener”><img src=”{@post_thumbnail_url.medium}” title=”{
   @post_title}” ></a> </div> <div class=”content”> <h3 class=”title”>{@post_title}
   </h3> <div class=”regency”></div> <div class=”entry-content”> {@post_content}
   </div> </div> <div class=”extra-info”> <p class=”email”><i class=”fa fa-envelope
   thim-color”></i><a href=”mailto:{@email}”>{@email}</a></p><p class=”email”><i
   class=”fa fa-phone thim-color”></i>{@tel}</p> <ul class=”thim-social”> <li><a
   href=”{@facebook}” class=”facebook”><i class=”fa fa-facebook”></i></a></li> <
   li><a href=”{@twitter}” class=”twitter”><i class=”fa fa-twitter”></i></a></li
   > <li><a href=”{@instagram}” class=”instagram”><i class=”fa fa-instagram”></i
   ></a></li> </ul> </div> </article> <div class=”clear”></div>
 *  </div>
    Any help appreciated, thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffeatured-image-501%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [morris373](https://wordpress.org/support/users/morris373/)
 * (@morris373)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/featured-image-501/#post-14144913)
 * Hi
    Is the smaller image what you are after, is that right?
 * The larger image looks like it is the featured image from a blog page and probably
   outputted from the theme’s single template.
 * You would have to modify the blog page template, if you don’t need that one.
 * [WordPress Template Hierarchy](https://www.wpbeginner.com/wp-themes/wordpress-template-hierarchy-explained/)
 * Morris
 *  Thread Starter [chocolateteapot](https://wordpress.org/support/users/chocolateteapot/)
 * (@chocolateteapot)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/featured-image-501/#post-14145990)
 * Thanks. Is there any way of telling Pods to use a different type of page template?
 *  [swb1](https://wordpress.org/support/users/swb1/)
 * (@swb1)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/featured-image-501/#post-14146045)
 * I’ve run into this. I don’t want to fight with my themes so for Pods CPTs I disable
   the featured image and create my own image fields. That ensures they only show
   once despite what the theme post template might want to do, and it also allows
   me to control placement and flow in auto templates. I know there’s a principle
   of using whatever WordPress gives you and I’m going against that. Sorry.
 *  [morris373](https://wordpress.org/support/users/morris373/)
 * (@morris373)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/featured-image-501/#post-14146564)
 * Hi
    You can use a single page with the CPT.
 * i.e. single-cpt.php, where cpt is equal to you Custom Post Type’s name
 * Copy your single page into single-cpt.php and modify the code where it outputs
   the feature image. I normally just add ‘//’ in front so that that code isn’t 
   executed and if all looks OK, I then delete that line.
 * Resave it and you should be good to go.
 * I normally install another plugin that tells me the template being used. So if
   you have created your new page it should say it at the top in the admin menu 
   if you have it switched it on.
 * Morris
 *  Thread Starter [chocolateteapot](https://wordpress.org/support/users/chocolateteapot/)
 * (@chocolateteapot)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/featured-image-501/#post-14146568)
 * Thanks very much!
 * I’ve hidden the elements that I don’t want for now.
 *  [morris373](https://wordpress.org/support/users/morris373/)
 * (@morris373)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/featured-image-501/#post-14146789)
 * Hi
    How have you hidden the elements for now?
 * Did you hide them on the single.php template? If so then normal blog or Post 
   CPT’s won’t have a featured image also.
 * I would have created another single page just for your CPT.
 * Morris
 *  Thread Starter [chocolateteapot](https://wordpress.org/support/users/chocolateteapot/)
 * (@chocolateteapot)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/featured-image-501/#post-14146798)
 * I used css to target the new content type and then used {display: none;} to hide
   the blog header and the featured image.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Featured Image’ is closed to new replies.

 * ![](https://ps.w.org/pods/assets/icon.svg?rev=3286397)
 * [Pods - Custom Content Types and Fields](https://wordpress.org/plugins/pods/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pods/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pods/)
 * [Active Topics](https://wordpress.org/support/plugin/pods/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pods/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pods/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [chocolateteapot](https://wordpress.org/support/users/chocolateteapot/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/featured-image-501/#post-14146798)
 * Status: resolved