How do I remove author name, date and category on one or two blog posts?

Discussion in 'Local Business WordPress Theme' started by lrepton, Jun 10, 2016.

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

    lrepton Member

    Joined:
    Nov 1, 2013
    Messages:
    57
    Likes Received:
    0
    I created a thank you for subscribing post and do not want author name, date and category to show up.

    Please advise on how to accomplish this.

    Thank you.
     
  2. priya

    priya Guest

    HI,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site along with some edited screenshot so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. lrepton

    lrepton Member

    Joined:
    Nov 1, 2013
    Messages:
    57
    Likes Received:
    0
    For this POST only.

    I do not want author name, date and category in gray bar at top of page to show up.
    I do not want search, categories and archives on right to show up.
     

    Attached Files:

  4. priya

    priya Guest

    Hi,

    To remove author name, date and category, code is given below and you just have to paste the code in Custom CSS field of your dashboard.
    Code:
    .content-bar .post .post_meta {
        display: none;
    }
    To remove search, categories and archives on right to show up,

    Please follow the screenshot given below.

    primary_widget_remove.png

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. lrepton

    lrepton Member

    Joined:
    Nov 1, 2013
    Messages:
    57
    Likes Received:
    0
    Works great! Thank you!
     
Thread Status:
Not open for further replies.

Share This Page