Jump to content
Sign in to follow this  
berserker

Need to customize the header info in my template

Recommended Posts

berserker

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

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

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

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

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  

×