Temporary fix
-
Here’s a temporary fix I use to hide header images on single pages but not on the homepage (when you agregate many pages). Add this on line
110inindex.phpin the plugin directory:.single-featured-image-header { display: none !important; }just below that line:
if( $hide ){ ?> <style> .has-post-thumbnail img.wp-post-image{ display: none !important; }in the
sh_featured_imagefunction.
The topic ‘Temporary fix’ is closed to new replies.