• Hello, I’m wondering how to remove the featured image from the top of blog posts. My goal is to get content to the top of the page for SEO reasons.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • ying

    (@yingscarlett)

    Hi there,

    Just so you know removing or not removing the image does not affect SEO.

    However, this is the code to remove the featured image:

    add_action( 'wp', function() {
        remove_action( 'generate_before_content', 'generate_featured_page_header_inside_single', 10 );
    } );
    Thread Starter Mummy Matters

    (@mummy-matters)

    This is great thanks. It’s not for the SEO, I think it’s affecting the load time for my posts.

    ying

    (@yingscarlett)

    I see, hope it works well in terms of performance ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Featured Image (free version)’ is closed to new replies.