bellawanana
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add canonical link to free wordpress.org siteThank you very much!
Forum: Themes and Templates
In reply to: [GeneratePress] CLS issue – top of pageHmmm weirdest thing! Thank you!
Thank you! posted-on seems to work better.
- This reply was modified 5 years, 4 months ago by bellawanana.
- This reply was modified 5 years, 4 months ago by bellawanana.
The date is showing now.
How do I add “Last Updated” to the beginning of the date?- This reply was modified 5 years, 4 months ago by bellawanana.
- This reply was modified 5 years, 4 months ago by bellawanana.
Thank you. I tried it but it didn’t really work
I installed the code snippet plugin, select add new, and added
add_filter( ‘generate_post_date_show_updated_only’, ‘__return_true’ );to a new document, and clicked on “save and activate”. There was no change on my site. What did I do wrong?
Thank you Tom! However, where exactly do I place the HTML?
I tried adding these to “Customizing: additional CSS”, but it is not doing anything either.
.posted-on .updated {
display: inline-block;
}.posted-on .updated + .entry-date {
display: none;
}
.posted-on .updated:before {
content: “Last Updated “;
}Forum: Fixing WordPress
In reply to: Backslash showing up after first paragraphThank you so much for your help! I figured it out.