Archived topic
Remove date published from html to prevent date from showing in google
21 replies · Started by Aaron on October 15, 2018
PHP snippet can be added using one of these methods here:
https://docs.generatepress.com/article/adding-php/
Thanks Tom. That seems to have done the trick.
Glad we could help :)
Hi again!
Not sure how recently this happened (or if it was happening since the original change) but the output for this now is missing a space: "February 20, 2019by Aaron"
You can see between the 2019 and the "by" there is a space missing.
And I can't work out where to fix this...can you help? Thanks!
Try this CSS:
.entry-meta .byline {
padding-left: 5px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Thanks, that fixed it!
No problem :)