Replies: 1
I’m using my posts page for news rather than a blog, so wanted to get rid of the author name part. I did that, but now after the date I get the words “by” followed by blank space and cannot figure out how to get rid of that.
The CSS I used to rid my page of the name was this:
.meta-sep {
display:none;
}
.vcard{
display:none;
}
.author{
display:none;
}
-
This topic was modified 48 minutes ago by
cameronwaynesmith.