ankushsb 0 Report post Posted July 14, 2011 Hi, On the blog page, for some reason the main menu appears twice, once in the primary menu and once again below that in the secondary menu. How do I fix that? And also, I am unable to change the page title. I have tried using SEO Ultimate but its not helping. Share this post Link to post Share on other sites
Kate 3 Report post Posted July 14, 2011 Hi Ankush, For the menus, do you want the secondary nav to appear at all? It's actually a setting in your admin panel. Share this post Link to post Share on other sites
ankushsb 0 Report post Posted July 14, 2011 Thanks Kate, How do I change the page title? Share this post Link to post Share on other sites
Simon 248 Report post Posted July 14, 2011 Platform will auto recognize joosts wp-seo and AIOSEO and disable title rewrites. Share this post Link to post Share on other sites
ankushsb 0 Report post Posted July 14, 2011 So there is no way to change the Blog Page title, even via editing PHP files? Share this post Link to post Share on other sites
catrina 103 Report post Posted July 15, 2011 If you edit the PHP files, you'll need to remember to make the changes to them again after you upgrade the theme. What page title do you want to change exactly? 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
ankushsb 0 Report post Posted July 15, 2011 The title of the blog page. Share this post Link to post Share on other sites
kastelic 6 Report post Posted July 15, 2011 You could filter teh pagelines_meta_title function. Check your base/functions.php for instructions on how to add a filter. You will want to do an if statement checking if its the home page ( http://codex.wordpress.org/Conditional_Tags ) and then adjust the variable $title. Check library.templates.php around line 147 to find the function. Share this post Link to post Share on other sites