Jump to content
Sign in to follow this  
kalciov

SEO Plugins

Recommended Posts

kalciov

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
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
kalciov
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
Even en category I have %category%.

Share this post


Link to post
Share on other sites
Danny
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
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
kalciov
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

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  

×