How to hide my meta tag keyword box from root & category???

Discussion in 'Programming' started by Sukhen Tanch, Feb 16, 2014.

  1. #1
    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)} :

    [​IMG]
     
    Sukhen Tanch, Feb 16, 2014 IP
  2. phptechie

    phptechie Well-Known Member

    Messages:
    885
    Likes Received:
    10
    Best Answers:
    2
    Trophy Points:
    165
    #2
    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 :)
     
    phptechie, Feb 23, 2014 IP
  3. saikatkhulna

    saikatkhulna Member

    Messages:
    15
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    33
    #3
    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.
     
    saikatkhulna, Feb 24, 2014 IP
  4. Sukhen Tanch

    Sukhen Tanch Member

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    43
    #4
    Sorry, it's not worked on my genesis framework. Any options?
     
    Sukhen Tanch, Feb 28, 2014 IP