Viewing 2 replies - 1 through 2 (of 2 total)
  • You have to edit your theme and either delete the part that creates the paragraph with class “post-meta” or if web development isn’t your thing, just edit style.css in your theme folder and add:

    .post-meta {
     display:none;
    }

    This is just cheating so if you want to do it right, read up:

    Theme Development

    Thread Starter lshiponi

    (@lshiponi)

    Thanks a million!
    L

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I get rid of’ is closed to new replies.