Viewing 1 replies (of 1 total)
  • Plugin Author agentevolution

    (@agentevolution)

    Looks like your theme automatically outputs the featured image after the entry header for all posts.

    You’ll need to add a function to remove that. You can either find where it is being added (probably in functions.php) and add a conditional statement to not output it on the listing post type or..

    You can create a copy of the single-listing.php included in the plugin and move it to your theme folder. From there you can add remove_action('genesis_entry_header', 'whatever the add_action is named');

    The theme author can probably help you with this.

Viewing 1 replies (of 1 total)
  • The topic ‘Featured image issue?’ is closed to new replies.