Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

removing the “by” in blogposts twenty seventeen

$
0
0

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;
}


Viewing all articles
Browse latest Browse all 59525

Trending Articles