Remove featured image from tag pages
-
Hi I managed to remove the featured image that appeared at the top of the single blog post by introducing this php code in functions.php
add_action( 'after_setup_theme', function() { remove_action( 'generate_before_content', 'generate_featured_page_header_inside_single', 10 ); } );
How can I remove the featured image that automatically appears above every single article in the tags and categories?
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Remove featured image from tag pages’ is closed to new replies.