Featured Image
-
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 to see the link]
- The topic ‘Featured Image’ is closed to new replies.