How to remove tags from appearing?

Discussion in 'Andrina WordPress Theme' started by briangladstone, Apr 12, 2013.

  1. briangladstone

    briangladstone Member

    Joined:
    Apr 2, 2013
    Messages:
    53
    Likes Received:
    4
    can you let me know the code to remove tags from posts?

    also how can the text 'category archives' be removed ?

    suggestion if the theme allowed for more user options, our development would be faster and you would have fewer emails to answer.

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar .post .tag {
    display: none;
    }

    2.For your second issue

    Go to category.php present in your theme directory and follow the instruction as shown in image given below

    [​IMG]


    This will solve your issue.
     

Share This Page