Home › Forums › WordPress Themes – Premium › Pure & Simple › Byline customization
Tagged: author customization, entry-meta
Hello,
I’m trying to edit the entry-meta on all posts; I want to remove “posted-on DATE” and “by author NAME”, but
the Category meta. Right now, I am using:
span.posted-on {display: none;}
span.byline {display: none;}
span.author.vcard {display: none;}
This removes the author’s name and the Posted on DATE: meta, but it leaves the word “by” that prefaces the author entry. I can’t find this entry anywhere in the theme pages and can’t hide it, either.
Help!?
PS. love the theme. Just bought premium after mooching off the free for years. I’m even happier than I was!
Hi There,
If you want to hide the “Published on, by” which is in the entry-meta, then you can use the following css for it;
.single-post span.posted-on {
display: none;
}
.single-post span.byline:nth-child(2), span.author.vcard {
display: none !important;
}
NOTE: Please use the child theme style.css or custom css plugin to write the css.
Thanks
No, that doesn’t work, either. I’ve attached a screenshot. As you can see, the word “by” remains…
🙁
Sorry, my mistake (forgot to disable cloudflare). Your code works perfectly! Thank you, Binaya!
Hi Joel,
You are welcome, if you face any problem in future then please let us know. We are happy to provide solution asap.
Thanks
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.