berserker 0 Report post Posted March 23, 2011 I am wrapping up a new site using PlatformPro and overall I am very happy with the framework. There is just one last little nagging thing I can't quite figure out how to adjust. I am using Wordpress SEO as my SEO plugin and I am using some custom configurations to build my page titles so (I am using a child theme for this project by the way PlatformBase) I made a copy of the header file and loaded it up through my child theme with this code added above what looks like the function calls for all the basic header information for the site. <title><?php wp_title(''); ?></title> So now if you go to my site: http://www.seniormoveexpo.com and view source you will see that my custom title appears as I would expect it to BUT the title tag from the function calls below is still calling the generic title tag for that page....what file do I need to edit to remove that so my pages won't have two <title> tags anymore? Thanks Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 23, 2011 There is actually an option in the theme to remove page titles from pages. Is that what you need? The file you are looking for is template.postloop.php ~line37 Share this post Link to post Share on other sites
berserker 0 Report post Posted March 24, 2011 I don't want to remove the titles from my actual page content I am talking about the <title> tag that is generated by the theme...I need to remove that code from the original theme so I can properly use the WordPress SEO <title> generation system. Share this post Link to post Share on other sites
Simon 248 Report post Posted March 24, 2011 Matthew, we have already add basic SEO features to the next release, 1.3.3, it automagically detects wordpress-seo and AIOSEO and disables itself. It should be released very soon! Share this post Link to post Share on other sites