- This topic has 1 reply, 2 voices, and was last updated 3 years, 9 months ago by .
- You must be logged in to reply to this topic.
Sales That Work
Home › Forums › Winning Agent Pro Theme › Featured imagine showing up twice in listing post pages
Tagged: feature imagine listing post
The featured imagine on my listing post pages are showing up twice, how do I remove the one at the very top but keep the one with the for sale banner?
I’m not quite sure what you’re asking because I don’t see your site. Perhaps this is what you want.
Look in functions.php. Use FTP to upload the edited file. Be sure to save a copy of functions.php before editing.
Comment out this section by adding // to the add_action line as shown below.
// Add featured image above single posts.
//add_action( 'genesis_before_entry_content', 'wap_featured_image' );
function wap_featured_image() {
global $post;
// Return early if not a singular or does not have thumbnail
if ( ! is_singular() || ! has_post_thumbnail() ) {
return;
}
echo '<div class="featured-image">';
echo get_the_post_thumbnail( $post->ID, 'feature-wide' );
echo '</div>';
}
There are a lot of different types of mortgages, and there are a lot of different types of real estate property. Here is a list of the most common types of each. We’ve added some links to the most popular articles on the subject.
We think getting many viewpoints to a particular question is important because it helps you to make better decisions. It’s so important that we have woven the Forum all throughout Winning Agent. We invite you to ask questions, make comments, and be part of the discussion.