jonbullock
Forum Replies Created
-
Forum: Plugins
In reply to: [Basic-SEO] [Plugin: Basic-SEO] AddGlad to hear it. 🙂
Forum: Plugins
In reply to: [Basic-SEO] [Plugin: Basic-SEO] AddIf you are using the Twentyten theme that comes with WordPress then yes remove the php code between the
<title>tags and replace it with just:<?php wp_title(); ?>Forum: Plugins
In reply to: [Basic-SEO] [Plugin: Basic-SEO] AddHi Chris,
To fix the duplicated title edit the header.php for your theme and make sure you only have wp_title() between the title html tags as seen below:
<title><?php wp_title(); ?></title>Remove any other text from between the title html tags.
Oh and I’ve released a new version of the plugin that should fix the other problem you were having. Let me know if you still have a problem.
Jon
Forum: Plugins
In reply to: [Basic-SEO] [Plugin: Basic-SEO] AddAh yes I see the problem. You have a link in your post excerpt which is causing the description metatag to be terminated prematurely. I’ll add support for this in the plugin and push out a new version as soon as I can.
Thanks for bringing this to my attention Chris. 🙂
Forum: Plugins
In reply to: [Basic-SEO] [Plugin: Basic-SEO] AddHi Chris,
I’ve tried accessing your site but all I get is the following error message:
Fatal error: Call to undefined function get_header() in /customers/designbysvalander.com/designbysvalander.com/httpd.www/index.php on line 16
If your seeing the title doubled up, make sure you only have wp_title() between the title html tags as seen below:
<title><?php wp_title(); ?></title>Jon
Forum: Plugins
In reply to: [Basic-SEO] [Plugin: Basic-SEO] AddGlad you liked the simplicity of the plugin! 🙂
It shouldn’t have added that link really, could you supply me with a link to your site so I can see an example of the problem?