Posts Tagged ‘Wordpress’

Post Corrector wordpress plugin update

Tuesday, July 1st, 2008

New features:

Mass category creation. Now when you click Bulk Create Categories you may enter full category path.

Example:

Arts & Entertainment/Celebrities
Arts & Entertainment/Humanities
Finance/Mutual Funds
Finance/Personal Finance
Finance/Real Estate

etc.

This will create root categories Finance and subcategories Real Estate, Personal Finance and Mutual Funds.

Download Post Corrector v 1.3

I used this to create all categories for the site www.newsenger.com in a seconds. Download sample file containing full categories structure of article directories suitable for Post Corrector.

Popularity: 18% [?]

Post Corrector Plugin Updated (v1.2)

Monday, April 14th, 2008

Added ability to add custom post perpend and append codes on single posts and on first N posts within the loop (just like with blogger.com) so now You may easily build custom adsesne blocks. Also added feature to add custom footer and header (nothing new but just all in one plugin functionality). Please report any bugs or considerations bout this plugin.

Download updated version

Popularity: 72% [?]

Mass Post Manager for Wordpress Now suports Wordpress 2.3

Sunday, October 28th, 2007

Mass Post Manager for Wordpress Plugin was updated tonight.

Added support of taxonomy scheme present in Wordpress 2.3 and higher versions. Please consider this release as beta but it worked under my test environment.

Now Plugin must work on all Wordpress installations.

Popularity: 35% [?]

Just Upgraded to WordPress 2.3

Tuesday, October 9th, 2007

Upgrade went pretty smoothly.

However:

WordPress database error: [Table ‘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

WordPress database error: [Table ‘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

After digging in Google i found this — You need to update Google Sitemaps plugin as found in this thread: http://wordpress.org/support/topic/135564

Worked out!

Popularity: 21% [?]