Archived topic
Change "Written by" to "Published by"
5 replies · Started by Maria Rowena on February 22, 2021
Hello Great Support Team,
I want to change the term "written by" in the blog post meta section. I want it to be "Published by" then the name of the author. Is there a way that we can achieve that?
Thank you so much in advance. :)
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
I think I got confuse here.
When I shared the blog post in our slack channel it looks like this.
please see here: https://snipboard.io/igpxCd.jpg
It seems that the slack automatically adds the term "written by" then the name of the author?
However, when I view the actual blog post it is just simply "by..and name of author"
Is there a way that we can change it to something that says " Published by:" in the blog post meta it self?
https://stunningtinyhomesandmodulars.com.au/everything-you-need-to-know-about-relocatable-homes/
https://snipboard.io/evMXTp.jpg
I just want now my blog post to have "Published by then name of author"
Thank you so much for quick reponse. You guys are really the best!
Hi Maria,
Try this CSS:
.single .byline:before {
content: "Published ";
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Thank you so much! This works! :)
Glad to hear that :)