Show selective meta data

Discussion in 'Cloriato WordPress Theme' started by appleroad, Apr 6, 2014.

Thread Status:
Not open for further replies.
  1. appleroad

    appleroad Guest

    Joined:
    Apr 5, 2014
    Messages:
    13
    Likes Received:
    0
    Hello
    Is it possible to show selective meta data on posts? For example, I want to display the author and the date posted, but not the categories or comments.
    Thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .postc_comment, .post_category {
    display: none!important;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. appleroad

    appleroad Guest

    Joined:
    Apr 5, 2014
    Messages:
    13
    Likes Received:
    0
    Thanks again Nitesh :)
     
Thread Status:
Not open for further replies.

Share This Page