mvanderhorst 0 Report post Posted September 2, 2011 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 547 Report post Posted September 2, 2011 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 0 Report post Posted September 8, 2011 Here is the url: http://www.montgomeryohio.org/ Share this post Link to post Share on other sites
kastelic 6 Report post Posted September 8, 2011 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 0 Report post Posted September 9, 2011 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
catrina 103 Report post Posted September 9, 2011 Do you need further assistance? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites