Entries Tagged as 'WordPress Blog'

Conflict with Google Sitemap Plugin and Wordpress 2.3

You will get an error message like this:

WordPress database error: [Table 'db142936845.wp_post2cat' doesn't exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM `wp_posts` p LEFT JOIN `wp_post2cat` pc ON p.ID = pc.post_id LEFT JOIN `wp_categories` c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID

It will be okay. You need to upgrade Google Sitemap Generator to version 3 or higher.

Wordpress Database error : Table ‘mydatabase.wp_post2cat’ doesn’t exist

I am having probably the worst time upgrading to a newer version of wordpress that I have ever had. Some of the issues have just been plain dumb on my part.. this one wasn’t my fault and relatively easy to fix .

After making first post after the upgrade to Wordpress 2.3 , I got an error with this string:

WordPress database error: [Table ‘mydatabase.wp_post2cat’ doesn’t exist]

Turned out it was Google Sitemaps plugin . When I deactivated the plugin problem was gone.
You just have to upgrade to different version of Google Sitemap plugin:
Sitemap Generator Plugin for Wordpress v3.0

Word Press SEO-Friendly Title Tag Plug-in

LOVE this plugin! In EASILY allows for custom title tags in all of your wordpress posts. Instead of trying to weave keywords awkwardly into your post titles- you can use this to create custom title tags when posting in wordpress.

Download the plugin for Wordpress 2 , SEO Title Tag 1.0, here .

and follow installation instructions below. If you are not comfortable editing code- don’t worry- it is quite simple- follow directions step-by-step and you should have no problems. Please post in comments sections if you are having difficulty and I will do my best to solve.

  1. Upload seo-title-tag.php to your wp-content/plugins directory.
  2. Activate the plugin.
  3. Under Presentation -> Theme Editor in the WordPress admin, select “Header” from the list and replace:

    <title><?php bloginfo('name'); wp_title(); ?></title>

    (or whatever you have in your <title> container - it will vary from theme to theme ) with:

    <title><?php if (function_exists('seo_title_tag')) { seo_title_tag(); } else { bloginfo('name'); wp_title();} ?></title>

  4. Under Options -> SEO Title Tag, specify a title tag for your home page which will override your blog name as the home page’s title tag. You can also configure here whether you want all the rest of your site’s title tags to have your blog name, or a shortened version of your blog name, or neither, appended to the end.
  5. Define category descriptions in the admin under Manage -> Categories. When defined, these will be used in place of category names in the title tag on category pages (e.g. yourdomain.com/archives/category/uncategorized/)
  6. As desired, you can add a custom field called title_tag (or whatever you alternatively specified as the custom field name under Options -> SEO Title Tag) to any post or Page which will be used as a replacement title tag, specifically and only for that page. Don’t like the title tag for a particular post? No problem: just define a custom field when writing or editing a post or page in the WordPress admin. Custom Fields is above the “Delete this page” button. You may need to hit the plus sign to the right of Custom Fields to expand that section. The Key is title_tag (unless you’ve changed it in the Options) and the Value is whatever you want that post’s/page’s title tag to be.

New Wordpress Version: Wordpress 2.1.1 “Ella” version Initial Comments

Just uploaded and tried it on one of my yest blogs- still not sure if worth the effort and risk of installing new version was worth it.
Some addition features include a slicker looking log-in page, a built-in spell check ( but you must be using visual editor) as well as an auto save function- this I think is also only available in visual editor ( WYSIWYG) mode. I never use WP in visual editor mode that mode so so far not worth it to me, howver in this new verson, ELLA, you can o tab back and forth between visual editor and code mode. I may actually try this.

Also better image upload management tauted.
The auto-save would be a great feature- I have lost countless posts because I forgot to save. So, will back up some fiels on one of my blog sites before I feel comfortable recommending to clients.

If you are going to do an upgrade to wordpress you MUST back-up your files in case something goes wrong. I tested mine on site I set up just to try out new versions and plugin before I install on blogs that need to work :-)
It can be a bit tricky to back up and restore your info. There is backup plugin that comes bundled in wordpress 2.0 and higher versions; and here are direction on restoring you wordpress blog, http://codex.wordpress.org/Restoring_Your_Database_From_Backup