how to not show comments and author on post pages

Discussion in 'Digital Affiliate Box WordPress Theme' started by sandradohn, Feb 14, 2017.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, I do not want to display comments or author on post pages. How do I eliminate these items? Thanks, Sandra
     

    Attached Files:

  2. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    the site is getmore5starreviews.com
     
  3. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Sandra,

    For this, you need to paste the below custom CSS code in Dahshboard->Appearance->Theme Options->Styling settings->Custom CSS field.
    Code:
    .author_info,
    #commentsbox{
    display:none;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page