Remove Date, Author, No Comments from Blog Section

Discussion in 'BusinessGrow One Page WordPress Theme' started by vibrandsee, Feb 15, 2015.

  1. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    On the front page blog section, posts are displayed with the featured image and underneath; the date, author, and 'no comments' appears. How can I remove the date, author, and 'no comments' from displaying? I do not want these recognized as 'posts' just pointers to static pages (that are posts). Hope this makes sense....
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .post_heading_wrapper ul.post_meta {
      display:none;
    }
    
    Thanks & Regards
    Pramod
     

Share This Page