I haven’t submit this plugin to the WordPress SVN yet, because I’m still playing with it. The remaining issue is that while it works, I’m not sure it works in the most efficient manner possible. I’m also going to post it over at @podscms and get some feedback.
At any rate, for anyone who’s running a pods installation and having trouble getting SEO friendly titles on your pod pages, this plugin creates a template tag <?php pods_seo_title(); ?> that you can use to override wordpress default behavior. The plugins check to see if the page is a pod page, and if so calls the title of the respective pod. If not, it checks to see if the page is singular and returns the TITLE | SITENAME format if it is. Otherwise it returns the SITENAME | SITE DESCRIPTION form.
Download: Pods SEO Titles
I'm glad you've put this together, but would recommend having us work this into Pods core vs putting it into another plugin. I believe this would be useful to be incorporated into one of the next versions of Pods.
Hey, that sounds great to me. I'd be honored to make a contribution to pods core.
What is the status of adding this functionality to the core?
Pods 2.0 will work with many of the SEO plugins out of the box.
Nice plugin Michael, have edited the plugin a little bit (commented out the sitename) and activated it to the pods-site i'm building..
Great, glad I could help tom
excellent work- thanks. The titles thing has been bugging me for ages
Yeah me too. This is only a temporary solution though. Sc0tt Clark will make the code way more elegant and stick into core eventually.
This is awesome. Thanks.
This is brilliant – can't wait until it's integrated with WordPress.