Jump to content
Sign in to follow this  
mvanderhorst

Modify post publish date under title

Recommended Posts

mvanderhorst

How do I add the words "Published on" before the publish date that is listed under the title?

Share this post


Link to post
Share on other sites
Rob
That should be in in template.postloop.php but it may require some other changes. Please send a link to your site.

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
mvanderhorst
Here is the url: http://www.montgomeryohio.org/

Share this post


Link to post
Share on other sites
kastelic
You will want to filter the pagelines_post_metabar function which can be found in library.templates.php around line 345. Not sure what the exact code would be though. I'll mark for developer attention.

Share this post


Link to post
Share on other sites
mvanderhorst
Thank you for your help. I found two refrences to post_date under the pagelines_get_post_metabar function, one for post clips and the other for everyting else. I added the word "Posted" before the span class it it worked. sprintf( 'Posted %s [post_date] ', __('On','pagelines') )

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×