WordPress: Hide Featured Image Appearing on Posts/Pages

https://s28.postimg.org/7kp3fxbul/Word_Press_Hide_Featured_Image_show_in_Post_Page.jpg


WordPress is a free open source Content Management System (CMS). There are houseful of  free & Paid themes available in the web compared to other CMS.


What is Featured Image?


Featured image is representative thumbnail image for a post or page. Features image is very important as an image can describe about the post/page. Another important factor is featured image is very useful while sharing on social network.


Why to hide Featured Image?


As we mentioned there are plenty of themes available on the web. Some themes shows the featured image top of the page/post as default. No intend to Loading images on top or already having a featured image on page then above key feature is not useful.


How to hide Featured Image?


There are 2 method to hide featured image,


  • Installing a Plugin

  • Adding code in CSS

Plugin to Hide Featured Image Appearing on Posts/Page



Install Now


Hide Featured Image


If you want to hide featured image on each page/post manually then this is a good option for you.


Go to the post/page and then find the option called “Hide Featured Image?”.  Then tick the option “No” to hide featured image appearing on post/page.



Advantage:


One Click install plugin and single post/page hide featured image.


Disadvantage: 


Bulk posts/pages Hide featured image not available.


CSS to Hide Featured Image Appearing on Posts/Page



The second option is by inserting a CSS code in custom or additional CSS page or Style page.


Add below code in style.css or additional CSS theme.


.single-post .attachment-post-thumbnail display: none; 

Advantage:


Single CSS code applies hide featured image on all posts/pages.



WordPress: Hide Featured Image Appearing on Posts/Pageshttps://goo.gl/oY7Uyk

0 comments:

Post a Comment

More

Whats Hot