Custom text before post date on blog posts

for blog posts (not the blog page) is it possible to add custom text before the post date at the top?

i.e. “posted on” 3/14/18

i’m using the Renew stack.

site: https://tinyurl.com/ybpjch2y

thanks

Hi there,

Have decided to remove the post date on the single post pages on your site?

I tried checking it here: https://mandyharveymusic.com/mandy-harvey-featured-cnns-turning-points/

But I can’t seem to see the post date of the post item anymore.

Lets use this clone of the site instead while I experiment with the main site:

http://mandytest.wpengine.com/mandy-harvey-featured-cnns-turning-points/

Thanks

Hi There,

Thanks, please add this to Theme Options > CSS

.single-post .p-meta span time.entry-date:before {
	content: "Posted on: ";
}

Hope that helps,
Cheers!

Thanks, works great

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.