Featured image (?) always displayed on pages
-
I just installed this theme in my site, and I noticed that when I enter in a site’s page, it always display a image below the mainmenu. Note that I don’t have a featured image set for the pages, so it display always the same image (I don’t know why it chooses that specific image) in any of the pages page.
The only way I found to stop the image from displaying in the pages was commenting the line
<?php // Display Custom Header Image //dynamicnews_display_custom_header(); ?>
In the header.php file
I guess the plugin should detect when a page has no featured image set, and do not display anything in such cases. For posts, there are options to disable the featured images, but I found no similar option for pages.
Is there a better way to stop displaying the images in pages, without need to edit the header.php file?
- The topic ‘Featured image (?) always displayed on pages’ is closed to new replies.