kalciov 0 Report post Posted July 12, 2012 Hi there again, I just updated the lastest framework version 2.2.2 for my website http://www.calci-patrimoine.com. It appears a conflict between Pagelines Customization & my SEO plugin Greg High Performance SEO (the only one plugin which work with me). I tested that when they are activated together my website become totally blank. Which is a problem because I need the function.php to use this code to activate it : add_filter ( 'pagelines_meta_title', 'pagelines_meta_title_ghpseo_output' ); function pagelines_meta_title_ghpseo_output($title) { if (function_exists('ghpseo_output')) { return ghpseo_output('main_title', false); } } http://www.pagelines.com/forum/discussion/9219/gregs-high-performance-seo-plugin/p1 Any idea for this ? Of course, I tested Yoast SEO & All in SEO but the "wp_title : false" doens't work. I still have double titles "blog title l post title" instead of "post title" alone. (All in SEO works only for the homepage) Any idea for this ? Believe I have test everything that I could. Test Test Activate Reactivate function.php etc etc Help pleaaaase Share this post Link to post Share on other sites
bxbmedia 2 Report post Posted July 12, 2012 Your code doesn't do anything when the function it checks for doesn't exist. It needs to return something either way. This could be causing your site to come up blank. I've had some trouble myself with that filter lately, and I decided to just leave it alone. Why not use Yoast though? Pagelines uses it themselves. gl hf Share this post Link to post Share on other sites
catrina 103 Report post Posted July 13, 2012 Thanks for your insight, bxbmedia. I would recommend Yoast, as well. 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
kalciov 0 Report post Posted July 13, 2012 I wrote I tested Yoast. It doesn't work by me : I get "blog title + post title " instead of "post title" on each page. I actually use All In SEO and it's the same except for the hompage which is working. Could you help me make me working Greg High Performance or Yoast or All in SEO. What can I do ? Share this post Link to post Share on other sites
kalciov 0 Report post Posted July 13, 2012 Even en category I have %category%. Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted July 13, 2012 Hi, Yoast is the best SEO in my opinion and has wrote a very detailed article here - http://yoast.com/articles/wordpress-seo/ If you want to use Yoast and need support you will need to contact Yoast himself or use the plugins forums on the Wordpress forums. Please search our forums, before posting! Share this post Link to post Share on other sites
kalciov 0 Report post Posted July 13, 2012 Thanks Danny, it's working : P Don't know why. The technology magic ! I need some help for my design now ! Share this post Link to post Share on other sites
catrina 103 Report post Posted July 13, 2012 For your design issues, please start a new thread. :) 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
kalciov 0 Report post Posted July 13, 2012 Already did :) http://www.pagelines.com/forum/discussion/20698/big-homepage-bug-due-to-excerpts-#Item_6 Share this post Link to post Share on other sites
catrina 103 Report post Posted July 13, 2012 Ah, okay thanks. 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