• Hi,

    When I add a featured image to a page in wordpress, it appears at the top of the page. I cannot see a way to remove it – For my posts they do not appear at the top. I am using elementor as well for the theme builder for pages alongside the generate press theme.
    Any help would be much appreciated.

    Simon

Viewing 1 replies (of 1 total)
  • ying

    (@yingscarlett)

    Try this PHP snippet:

    add_action('wp', function() {
    remove_action( 'generate_after_header', 'generate_featured_page_header', 10 );
    });

    Let me know if this helps!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.