Hello friends, I want to hide meta tag keyword box from my WP blog root & categories, how can I do it? Presently I use Eleven40 Pro theme (Genesis framework). See given below screenshot {I want to hide (red color marked)} :
Hi, There is no setting in WP Admin Dashboard to hide this tags , rather you have to do it on the template file itself. Refer the link below & follow the steps to remove it http://www.webguide4u.com/remove-post-meta-tags-genesis/ Hope this helps
Hi Sukhen Tanch, I am agree with @phptechie . There are no way to hide tags from wp admin settings either there are option for hide it. But you can hide it using css. you have to copy the class of name of total meta tag area. like as: ('<div class="tags_area">...............</div>') and then Just go to your editor and open style.css file. and css like .tags_area{display:none;} I think you get me. And i also think it helps.