Hiding Date and Time For Posts

Discussion in 'Harrington- A WordPress Business Theme.' started by helpful4you, Jun 16, 2014.

  1. helpful4you

    helpful4you Member

    Joined:
    Jun 12, 2014
    Messages:
    46
    Likes Received:
    0
    Is there a way to HIDE date and time for posts.
    For a) all posts (that is easy I think) or
    b) just selected posts?

    I would love to add a sticky post but not using
    the date as it might confuse people if I have a sticky
    post for several months there showing an "old" date
    before all newer blog posts show...
     
  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:
    .content-bar .post .post_meta .posted_on, .feature_blog_content .post .post_date {
    display: none;
    } 
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. helpful4you

    helpful4you Member

    Joined:
    Jun 12, 2014
    Messages:
    46
    Likes Received:
    0
    I guess it is only possible to hide ALL, and not change this for selected posts?
     

Share This Page