A must-have for WordPress sites/blogs: "SEO Title Tag" WordPress plugin
Well I've done something I wasn't supposed to do. I sat down and wrote a plug-in for WordPress. I've been "encouraged" by my fellow executives at Netconcepts not to do any programming. "Leave that to the programmers" they told me. "Stick to the strategic planning stuff and the article writing and the conference speaking that you do so well." Did I listen? Well, no.
Their loss (I guess I'll have to work on that strategic plan document over the weekend!) is your gain. I've created a whizz-bang little WordPress plugin that solves all your SEO problems in one fell swoop. Well maybe not all. But it does make the title tags across your WordPress site or blog a heck of a lot more search engine optimal than they are by default.
Here's why you'll want it:
- Free & open source
- Allows you to override the title tag with a custom one (defined through a custom field in a post or a page)
- Allows you to define a custom home page title
- Reverses the order of the blog name and the title, or drop the blog name altogether, or replace it with a shorter nickname
- Puts the tag in the title of (UltimateTagWarrior) tag pages
- Uses the category's description as the title on category pages
- Has an Options page in the admin to change settings
Who could say "No" to all that?!
Here's where to get it: SEO Title Tag
I'm open to suggestions for further improvements to the plugin. This is my first plugin, and this is a 1.0 release, so please be gentle!
54 comments, 1 pingback
-
Working great on most pages, but for date archives I got this
Fatal error: Call to undefined function: is_tag() in /folder/site/blog/wp-content/plugins/seo-title-tag.php on line 68Comment by aaron wall [Visitor]
· http://seobook.com/ —
07/17/06 @ 16:32
-
Hi Aaron,
Thanks for the bug report!
Ah, you don't have the UltimateTagWarrior plugin installed. I've added a function_exists check for UltimateTagWarrior so it will no longer puke if that plugin is not installed and activated. Go ahead and redownload the plugin and it should be all better.
Btw, you really should use UltimateTagWarrior. It's a great plugin!
StephanComment by Stephan Spencer [Member]
—
07/19/06 @ 04:56
-
Thanks Stephan :)
Comment by aaron wall [Visitor]
· http://seobook.com/ —
07/21/06 @ 02:24
-
Would be great if you could come up with a way to a different type of title for different type of page.
Comment by William [Visitor]
· http://www.h05t.com/ —
07/24/06 @ 14:04
-
What I want to do on my blog, is every few hours take the oldest post and move it to the
front of the queue, all automatically. Anyone know if there is a plugin that can do this or
a simple way to set up another plugin to do this (use my own feed perhaps)?
Thanks.Comment by Daniel [Visitor]
· http://alldj.org —
12/12/06 @ 14:30
-
Stephan,
First, thanks for the plugin. Its great. But I noticed that there haven't been updates lately and also users still ask a lot of questions but no replies.
I have a couple of questions:
Is the plugin still being developed?
Is it compatible with WP 2.06 and 2.0.7?
Is it compatibel wth WP 2.0?
And the other question that I still have:
I notice that by default, after having installed and changed the settings in WP admin spaces are added in front of the Title (in the page code)
when I set a different title for a post in the custom field the spaces disappear
Is there a way to fix this? A lot of my titles are ok enough and don’t need specific modifications.
It would be great to hear about a new version of this plugin.
Thanks.Comment by Gemme [Visitor]
· http://www.chinasnippets.com —
01/25/07 @ 04:48
-
Stephan,
Noticed a "gotcha" with wordpress 2.1.
If you use a static page as your frontpage, SEO Title Tag doesn't recognize the static page as the home page - the "home page tag" (title_tag) only appears on the posts page.
is_home() returns true on the posts page, not the front page. Any Ideas on how to fix?Comment by Jim Galley [Visitor]
· http://galley.net —
02/12/07 @ 21:38
-
[...] Got a bug to report? Or an enhancement to recommend? Or perhaps even some code to submit for inclusion in the next release? Great! Share your feedback with the author, Stephan Spencer, either below or on his blog at this post. [...]
Pingback by SEO Title Tag: A WordPress Plugin for SEO (Search Engine Optimization) [Visitor] — 03/17/07 @ 05:59
-
I've been using this for a while and it really seems to make a difference, but I've noticed recently that the page/post titles don't have spaces in them (ie they show as "TheValueofData" instead of "The Value of Data"). This doesn't seem to affect tag pages (I use UTW). I've just upgraded to v2 and the problem remains.
If I specify a custom title for a post/page it displays as expected. Any ideas what the problem might be?Comment by Paul Squires [Visitor]
· http://pasquires.net —
03/18/07 @ 05:19
-
already commented with my errors but forgot to hit notify by email checkbox so im adding another :)
Comment by Evan [Visitor]
· http://www.evroccck.com —
03/22/07 @ 09:29
-
Steven,
I'm upgrading from version 1.0 to 2.03b of SEOTT and get these errors and warning when i activate the plugin on my v2.0.7 WP blog:
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '( id bigint(11) NOT NULL AUTO_INCREMENT, url varchar(255) NO' at line 1]
CREATE TABLE ( id bigint(11) NOT NULL AUTO_INCREMENT, url varchar(255) NOT NULL, title varchar(255) NOT NULL, UNIQUE KEY id (id) );
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '( id bigint(11) NOT NULL AUTO_INCREMENT, category_id varchar' at line 1]
CREATE TABLE ( id bigint(11) NOT NULL AUTO_INCREMENT, category_id varchar(255) NOT NULL, title varchar(255) NOT NULL, UNIQUE KEY id (id) );
Warning: Cannot modify header information - headers already sent by (output started at /home/dysonani/public_html/wp-includes/wp-db.php:104) in /home/dysonani/public_html/wp-includes/pluggable-functions.php on line 270Comment by Randy RHodes [Visitor]
· http://dysonanimalreview.com —
03/23/07 @ 10:21
-
Stephan,
I'm upgrading from version 1.0 to 2.03b of SEOTT and get these errors and warning when i activate the plugin on my v2.0.7 WP blog:
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '( id bigint(11) NOT NULL AUTO_INCREMENT, url varchar(255) NO' at line 1]
CREATE TABLE ( id bigint(11) NOT NULL AUTO_INCREMENT, url varchar(255) NOT NULL, title varchar(255) NOT NULL, UNIQUE KEY id (id) );
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '( id bigint(11) NOT NULL AUTO_INCREMENT, category_id varchar' at line 1]
CREATE TABLE ( id bigint(11) NOT NULL AUTO_INCREMENT, category_id varchar(255) NOT NULL, title varchar(255) NOT NULL, UNIQUE KEY id (id) );
Warning: Cannot modify header information - headers already sent by (output started at /home/dysonani/public_html/wp-includes/wp-db.php:104) in /home/dysonani/public_html/wp-includes/pluggable-functions.php on line 270Comment by Randy RHodes [Visitor]
· http://dysonanimalreview.com —
03/23/07 @ 10:22
-
First I had the below error, then I remove it and installed beta 4, now it is installed but it does not changed anything it says it should be changing..:
WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '( id bigint(11) NOT NULL AUTO_INCREMENT, ur]
CREATE TABLE ( id bigint(11) NOT NULL AUTO_INCREMENT, url varchar(255) NOT NULL, title varchar(255) NOT NULL, UNIQUE KEY id (id) );
WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '( id bigint(11) NOT NULL AUTO_INCREMENT, ca]
CREATE TABLE ( id bigint(11) NOT NULL AUTO_INCREMENT, category_id varchar(255) NOT NULL, title varchar(255) NOT NULL, UNIQUE KEY id (id) );
Warning: Cannot modify header information - headers already sent by (output started at /wp-includes/wp-db.php:121) in /wp-includes/pluggable.php on line 275Comment by Syl [Visitor]
—
03/26/07 @ 11:15
-
Stephan,
Thx 4 ur plugin,firest.
I downloaded seo-title-tag-2-0beta5.zip and then installed it.
There are 2 problems.
1)I can`t open Manage->Posts->Edit to edit any post.A blank page is loaded.
2)In Manage->Title Tags->Below "Use the form below to enter or update a custom page title."
The characters can`t be displayed correctly.I use UTF-8,the language is Chinese.English is OK.Comment by lity [Visitor]
—
03/27/07 @ 20:50
-
My problem is all my titles look like this…
http://the-reviewer.net/2007/03/25/tmnt-fun-at-the-alamo-drafthouse/
If you see the title is says. TMNT fun at The Alamo Drafthouse at TMNT fun at The Alamo Drafthouse.
It always repeats the title twice, with the at, how do I fix this?
Do you plan to offer tips on best uses for this tool, I am not sure I 100% understand all of it. Something like that would be useful.Comment by The Reviewer [Visitor]
· http://the-reviewer.net —
04/02/07 @ 15:38
-
thanks ;)
Comment by forum [Visitor]
· http://forum —
04/08/07 @ 10:53
-
I'm running the latest WP. DLed and installed the SEO Title Tag. When I'm in the SEO Title Tag screen and type something into the Custom Title fields and click "Submit", it does not seem to be saved. If I move to another screen and come back it's gone.
Could very well be something I'm doing wrong. I'm new to WP.
Thanks,
BrooksComment by Brooks [Visitor]
· http://www.erwisdom.com —
04/12/07 @ 09:13
-
I'm having trouble with your plugin with WordPress 2.0.7 and MySQL version 4.0.24. Below is the error I'm getting on Manage > Title Tags > Posts after a fresh install and activation of your plugin.
"WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'all' at line 1]
SELECT DISTINCT * FROM wp_posts WHERE post_dateComment by Aaron Houghton [Visitor]
· http://blog.preation.com —
04/16/07 @ 11:10
-
Hi Stephen, just found your plugin, and had a couple snaggos...
First of all, I'm using static page plugin (Filosofo Home-Page Control) and the front page (staic) is displaying the news page title, and the news page is displaying the blog name... Contact page works fine!
Any ideas?Comment by David Stembridge [Visitor]
· http://www.morningstarmedia.org/wordpress —
04/27/07 @ 20:05
-
Greetings again, moving along, everything works with Title Tag except my news page... which is the actual blog page...
http://www.morningstarmedia.org/wordpress
Tried all the recommendations. any ideas?
Thanks!Comment by David Stembridge [Visitor]
· http://www.morningstarmedia.org/wordpress —
04/27/07 @ 21:48
-
To use one of your favorite phrases, it "blows my mind" that you can do all of this and still not be able to make a "text" file that will line-wrap unless I convert it into a Word docunent. Not notepad. Not wordpad. Not pfe. Not dreamweaver. You might want to work on that so people can read your instructions, such as they are.
Comment by Michael Jones [Visitor]
—
08/07/07 @ 17:02
-
Michael,
The readme.txt file doesn't line wrap because that is the spec that plugin authors are supposed to use for the WordPress.org Plugins Directory to not include line breaks, because it messes with the parsing of the readme that is done to turn the readme into an Instructions page in the directory. Speaking of which, you can get the instructions in a more readable form at:
http://wordpress.org/extend/plugins/seo-title-tag/installation/Comment by Stephan Spencer [Member]
—
08/13/07 @ 09:24
-
Hi Stephan:
I like your plugin, just trying to resolve some problems that seem to be occurring with it:
I am running 2.04 WP, and installed the SEO TIltle Plug-in.
I have encountered these problems:
1. The Dashboard disappears after activation of the plug-in. De-activation brings it back. I can navigate to another page within the admin area, and go back to the Dashboard, sometimes it will partially appear, missing the WP plug-in bulletins at the bottom. [ http://cookingupastory.com/dev/wp-admin/ ] PS> I just tryed it again, now it works but there is something wrong as this problem has occurred for two days.
2. Titling of individual posts within the option area does not work. It will not display any posts, even after using the search function within this page.
3. Pages do appear in the options area for SEO Title, but after applying title to individual pages (Who We Are; About The Site; etc. it has no effect. Each page displays the same name: Small Batch Strawberry Jam that did result when I activated the SEO all In One Plugin, and had the Plugin re-write the permalinks. I since deselected that feature within the SEO In One Plug-in, with no residual problem for the existing posts.
4. More a question, will this plug-in allow me to set the home page which is the most current post (at the time) to apply a title to that? For example, http://cookingupastory.com displays the Show title ( Cooking Up A Story), not the main episode tile (in this case: Preserving Food And Friendship).
Thanks for your help.
FredComment by Fred [Visitor]
· http://cookingupastory.com —
08/17/07 @ 14:46
-
I did everything you say in the Installation part, but titles still haven’t changed at all, it shows something like www.gameater.com/?p=16 in the browser window…that isn’t right is it? And when I view the page source the titles are not the ones I set, please help me. I know I did something wrong I just can’t figure out what.
Comment by Spooky [Visitor]
· http://gameater.com —
08/22/07 @ 12:27
-
I am trying to use your plugin so that I can have a long descriptive title tag, but a short title on the page itself. No matter what I do I get the long version in both places.
I am using this template:http://anaconda.taragana.net/flexible-3-column-anaconda-theme-for-wordpress-released/
It has k2 functionality, so I tried using the recommended title tage for head.php, and a k2 title tag found in one of the posts, but it still did not work.
Any ideas?
Thanks again for your plugin and your help.
LarryComment by Larry [Visitor]
· http://www.bowlingproject.com —
09/02/07 @ 11:47
-
Hi Larry,
I'm not sure I'm following you. Are you saying that the long title tag is also showing up in the h1 tag too? Can you provide a URL to an example?Comment by Stephan Spencer [Member]
—
09/11/07 @ 15:52
-
I have a problem getting this to work on my archives. How do I do this? I tried using the 'url' feature but I get a database error.
I also have a "search" function at my blog. My title tags is an error message when someone uses that function.Comment by Lian [Visitor]
· http://blog.valuebookshop.com —
10/02/07 @ 16:35
-
Hi,
thanks for the great plugin. There seems to be a compatibility issue with WP 2.3 though, when Title Tag is enabled it generates an error on all my tag pages
Fatal error: Call to a member function GetFormat() on a non-object in /home/.oyster/spinscie/lo-la.co.uk/wp-content/plugins/seo-title-tag/seo-title-tag.php on line 340
If i disable it the tag pages work again.
I think the tag pages were working fine with SEO Title tag until i tried to enable UTW compatibility which caused this error. I unticked the box, but the error isnt going away, even after re-installing the plug in.
any ideas/suggestions would be appreciated :D
Thanks!
LaurentComment by Laurent [Visitor]
· http://www.lo-la.co.uk —
10/14/07 @ 07:29
-
I love your plugin, but am having trouble with it in 2.3. I have 2.0RC2 all set up, and it accepts the tags fine, but they don't show up. Even though it the edit post area it shows I added the title tag it simply does not change the actual page.
I wondering if it's a bug, or if I'm just screwing up somewhere.Comment by gavin seim [Visitor]
· http://www.seimphotography.com —
10/21/07 @ 02:37
-
I got this error when i manage the title tag Categories in 2.3:
WordPress database error: [Table 'wowcomics.wp_categories' doesn't exist]
SELECT * FROM wp_categories ORDER BY cat_name
and also, I can't open the tag archive page when i activated this plugin.how can i fix this? Any suggestions would be appreciated.
Thanks.Comment by jigu [Visitor]
—
10/25/07 @ 07:16
-
I'm having the exact same problem Laurent.
I have wordpress 2.3. I installed this plugin and everything works except for the tag pages. I get the exact same error:
Fatal error: Call to a member function GetFormat() on a non-object in
wp-content/plugins/seo-title-tag/seo-title-tag.php on line 340
I don't have UTW installed. Though I would love to use it, it doesn't appear to be 2.3 compliant.
Any help with fixing this error would be much appreciated.Comment by metoo [Visitor]
—
10/26/07 @ 13:35
-
Hello,
When using the SEO Title Tag with WordPress 2.3.1 I am getting the following error when trying to update my Title Tags:
Cannot load manage_seo_title_tags
Can you please help!!
Thanks!
PeteComment by Pete Downing [Visitor]
—
11/05/07 @ 20:02
-
Hi Stephan!
I am a big fan of your plugin. I really love it, but after every update, I change the plugin, so that I can just get the output of the plugin in a variable. I need this, because I have a little script, which builds my header. So, if you think ever about including a little switch, then please add one, which offers output in a variable or as default output with echo. :-)
But all the rest is fantastic!
Bye!
JensComment by Jens [Visitor]
· http://www.kostenlose-pr.eu —
11/12/07 @ 16:50
-
Brilliant plugin, Stephen. It's working beautifully for me, but I'm having a problem in two areas. I'm hoping you'll have some ideas.
1) I'm not sure how to set a title for my Slickr gallery. ( http://azedia.com/slickr/ ) There, I get my custom 404 Error title, or when custom 404's are not turned on, I get the default name of my blog.
2) I'm not sure how to set a title for my Now Reading library ( http://azedia.com/library/ ). There, I get my custom home page title. Also, when I select display an individual book ( ex. http://azedia.com/library/david-carse/perfect-brilliant-stillness/ ) I also get my custom home page title.
It may be worth mentioning that the Now Reading plugin has an option to set titles for individual pages, but for some reason it's not working.
Sorry to bother you with a question that may be plugin to some other plugin (I'm contacting them too!), but I thought if you saw this you might have some ideas.
Thanks again. Everything else looks great! :)Comment by J.K. [Visitor]
· http://azedia.com —
11/18/07 @ 11:42
-
As it was happening with backslash previous to version 2.0 RC2, it seems like the field for SEO Title Tags doesn’t handle acute accents (very often used in spanish and other languages) properly. Every time you load the page, a Ã�?? mark is added, resulting in a mess like:
estaci�???�??�?�³n de esqu�????�???�??�
instead of:
estación de esquÃ
With previous version and WP 2.2 all was ok, now we have updated plugin 2.1.1 and WP to 2.3.1 and now we have the problem...
Thank you for your superb pluginComment by GurusBlog [Visitor]
· http://www.gurusblog.com —
11/26/07 @ 09:56
-
Hey There!
Seems to be a problem with the "submit" button, when submitting changes under manage-> title tags--> pages browser is redirected to "http://wp-admin/edit.php?page=manage_seo_title_tags&title_tags_type=pages" instead of "http://BLOGURL/edit.php.....".
How can I fix this?
Thank you in advance
Ory
Comment by Ory [Visitor] · http://www.netlight.co.il — 03/21/08 @ 05:25
-
Hi,
I'm using WP 2.3 Your plugin came highly recommeded. However, when I installed it and made the header.php title line change, my site's header image disappeared. Even when I unwind the changes by deleting the plugin and restoring the original header.php file, it still doesn't show up. Please advise asap. Much appreciated. I also sent you an email with the appropriate files attached.
Many Thanks
George
Comment by George [Visitor]
· http://www.trendyshoeshop.com —
04/18/08 @ 10:18
-
Thanks for the plugin. Its great.
Comment by steve [Visitor] · http://trebinjedanas.com — 05/13/08 @ 04:20
-
It messed up all my tags and categories. Now all my posts are in the default category. My tags are not working anymore. When I click on a tag I get this error:
Fatal error: Call to a member function GetFormat() on a non-object in /home/mydb/public_html/wp-content/plugins/seo-title-tag/seo-title-tag.php on line 545Comment by [Plugin: SEO Title Tag] WARNING! Messed up my entyre blog [Visitor] · http://wordpress.org/support/topic/181375 — 06/30/08 @ 08:52
-
Hi, Stephan, I'm adding link to my post but it's not see on the tag page, example:
-http://mypersonalplanning.com/guide-to-personal-financial-planning/165/
keyword saving, link ok
-http://mypersonalplanning.com/financial/cash-outflow/
keyword saving, not link
Stephan, please help meComment by Denise Sasser [Visitor] · http://mypersonalplanning.com/ — 07/03/08 @ 06:38
-
Your plugin is great but for some reason it not liking ' - alternatively displaying them as /' - if you have any ideas why this might be - here's an example http://www.lifeinabruzzo.com/guide/abruzzo-food-wine/wine-tasting-in-santo-stefano/ - your help would be most gratefully received...
Comment by sam [Visitor] · http://www.lifeinabruzzo.com — 08/25/08 @ 16:32
-
Is it possible to make the Title Tag options available for and Editor instead of Administrator?
Thank youComment by Jaro [Visitor] — 10/27/08 @ 18:18
-
great article.I love your plugin
Comment by Nik [Visitor] · http://vijesti.in.rs/ — 11/05/08 @ 03:41
-
On 2.3.2, if I select 15 posts per page on mass edit mode on POSTS, there is no pagination (next/prev) - is there supposed to be?
Wordpress 2.6.1 (for this report)Comment by Scott Clark [Visitor] · http://www.websiteadvice.com/blog — 11/05/08 @ 16:37
-
SEO Title Tag 2.3.2 used with WP 2.7-RC1.
In what used to be the Manage screen (now Tools > Title Tags) the tabs are not working: only Pages is active and it's impossible to switch from Pages to Posts or Categories or anything.Comment by moshu [Visitor] · http://moshublog.com — 12/02/08 @ 06:26
-
Thank you for making SEO Title Tags available. I installed it but I'm having a bit of problem.
When I try to submit multiple title tags for "posts", the system seems to hang. I just get a white page. If I use the back arrow, I return to the input page but all of my inputs are gone. They don't get submitted.
I've used title tags for pages, categories, and tags without any problem. I haven't tried the application with URLs. But everytime I use it with posts it hangs up -- meaning it just goes to a blank white page where the only thing visible is the header.Comment by Sharon [Visitor] · http://www.laprogressive.com/ — 12/06/08 @ 20:25
-
Hi,
I am in trouble, I really like this plug-in SEO-Title-Tag.
But I also use the plugin "language-Switcher". Unfortunately title-tag does not support the syntax of language-separators. Now google finds double content. How to modify this plug-in, that it works together with the language switcher.
ThanksComment by TomPress [Visitor]
· http://www.pyramid-projects.com —
12/12/08 @ 13:09
-
Hi there, I have used your product plus the UTW and the Add Meta Tags, I've noticed that there is a header problem..This is showing up in my header images: class="blogname" id="blogname"
If you have any ideas? I read all the comments and didn't see this already.Comment by Cindy [Visitor] · http://www.webdesignbycindy.com — 12/16/08 @ 18:23
-
Hi
I've used your plugin for years but it has just stopped working when I upgraded to WordPress 2.7. It is giving the following error:
Warning: main() [function.main]: open_basedir restriction in effect. File(/seo-title-tag-2.5.php) is not within the allowed path(s): (/var/www/vhosts/example.com/httpdocs:/tmp) in /var/www/vhosts/example.com/httpdocs/wp-content/plugins/seo-title-tag/seo-title-tag.php on line 34
Warning: main(seo-title-tag-2.5.php) [function.main]: failed to open stream: Operation not permitted in /var/www/vhosts/example.com/httpdocs/wp-content/plugins/seo-title-tag/seo-title-tag.php on line 34
Fatal error: main() [function.require]: Failed opening required 'seo-title-tag-2.5.php' (include_path='.:.:') in /var/www/vhosts/example.com/httpdocs/wp-content/plugins/seo-title-tag/seo-title-tag.php on line 34
Please can you help me fix the error and get the plugin working again.
Tim
Comment by Tim [Visitor] — 01/11/09 @ 09:55
-
Hi Spencer, finally I have spent three nights and days to modify SEO-title-tags according the recommendations of Angis blog:
http://www.angis-blog.de/2007/11/21/language-switcher-wordpress-plugin/
She describes some ways how to modify plugins to make them compatible to the language-switcher. It was helpfull for three other plugs-in and works fine.
Only the Seo-title-tag is a brainteaser and I give up now.
I cannot use it, otherwise I have double content in the title for all the different language-pages.
Probably it is quite easy to solve for php-expert, but I am not.
Can someone other help. I am really would like to use this tool.
Thanks.Comment by TomPress [Visitor]
· http://www.pyramid-projects.com —
01/15/09 @ 03:32
-
Thanks for your great plugin. I have something for the wishlist - a option to integrate the category name in the title would be great
Comment by Peer [Visitor]
· http://www.peerfekt.de —
01/17/09 @ 13:49
-
I have used SEO Tiltle tag for the past couple of years; but have been implementing Christian Schenk's plugin (http://www.christianschenk.org/projects/wordpress-smoothgallery-plugin) and get an error: ""SEO Title Tags Requires WordPress 2.3 or later"" when using an iframe to embed a gallery.
I am using 2.7.1 on the site. Any ideas on this? Thanks! DavidComment by David Stembridge [Visitor]
· http://greenpeas.us —
02/15/09 @ 07:05
-
Wordpress is working great for me and goes to the correct db I have defined for it but the seo-title-tag plugin is going to a different database used for my website so I keep getting db errors saying the table does not exist (because it doesn't in that db but it does in a different one). Is there somewhere else I need to config the database aside from the wp-config file for wordpress itself? I am completely stumped.
Comment by yehudit [Visitor]
· http://www.iskoot.com —
03/17/09 @ 04:37
-
Was working fine; now for some reason the blog title is showing up in the title tag despite having the settings correct so that this should not be happening. I would like to resolve without reinstalling in that I don't want to have to re-enter the info.
Thanks for the tool and I am sure it will be resolved. You are a very smart guy and I am very glad you are helping us out with this.Comment by Dan [Visitor]
· http://drinkhydra.com —
06/10/09 @ 16:09
-
Hi Stephan, thank you for this excellent plugin!
I would like to request a feature and see if it can be added to the next release. Alternatively, is there a chance that you can publish here in this page the additional code and a simple instruction on how to make this feature work?
The feature is the following: about the ONLY titles I could not rewrite are those for "tag archives". These are the pages (in wp 2.8 > pages) that consolidate the information spread throughout the site, in similar tags. Example: myblog.com/tag/Stephan
That page would have as a title the tag "stephan". Given that this page is a mish-mash of everything stephan tagged at the blog, it would be nice to name that page "Archive for Stephan" or similar.
I tried adding some php code into the header file as part of the code for seo_title_tag but could not make it work... I think that wp-admin pages for the tag plugin may need to be modified as well.
Anyway, this will be absolutely great as ALL pages of a site could be titled individually. Thank you for cooperation!Comment by Robert [Visitor]
—
07/02/09 @ 20:33
