• I want to have my post look more like a website and not a blog. I want to know how to remove the “Posted on ‘date’ and by ‘author'” at the top of the post and categories and comments at the bottom.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Appearance -> Editor
    Select style.css on right side

    At bottom of file paste in

    .entry-meta {
        display: none;
    }
    
    .entry-utility {
        display: none;
    }

    Click your heels together 3 times.
    Hit Save.
    Do the moonwalk.
    Reply back saying “Thanks!”

    Thanks Aaron! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove date, author, categories and comments’ is closed to new replies.