• Resolved thismichelle4321

    (@thismichelle4321)


    I can’t imagine this hasn’t been asked, but I can’t find the thread. Could someone point me in the direction of how to remove both the AUTHOR and DATE on every post?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Alexandra

    (@alexandrastan001)

    Hello,

    Please check your Dashboard->Settings->Discussion and check or uncheck the boxes you require. Also, for every post you have made, you can also go into Posts and click on one of them and you will see a Screen options button and click on that and check the boxes the others boxes you need.

    Best regards,
    Alexandra

    This will remove the date and author:

    .post-info {
    display: none;
    }

    That line of code did not work for me – neither did the dashboard-settings-discussion? Maybe i missed something.

    Hello,

    You can try this CSS

    .entry-meta {
        display: none;
    }

    This will help you.
    Thank You

    Hello,

    I’m using the Zerif Lite Theme on my website, but i’m having trouble with the posts. How do i get the author and date of the posts do not appear?
    I saw the codes mentioned above, but do not know where to enter these codes. Someone could help me?

    Thanks!

    Hello,

    You can use that code in “style.css” file. You will get this file in theme directory.

    Thank You

    Hello,

    Yes, it worked! Perfect. Thank you for your help gouravwptech.
    Now, how do I hide categories (posted in), tags (tagged) and “bookmark” the post?

    can help me with this?

    thank you right now!

    Hello,

    For that use this CSS code

    .post .entry-footer {
    display:none;
    }

    Thank You

    Thank you so much gouravwptech! It worked perfectly.

    thanks again for your help.

    Anand

    (@vardaan56)

    How can i remove post-tags from a post. An early response is highly appreciated.I am using Zerif Lite Theme

    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Remove Author and Date’ is closed to new replies.