PaulSpoerry.com

You found me… insights on technology, philosophy, Windows, hacking and more.
  • Home
  • Archive
  • Contact
  • Categories
  • Search
  • About

How to make the SimpleTags Wordpress plugin work on v2.9

PaulSpoerry | January 10, 2010

SimpleTags is my prefer automatic tag generating plugin. It greatly simplifies tagging your posts and it’s just an all around well done plugin. One problem: It doesn’t work with the latest version of Wordpress… or does it?

After my initial upgrade I simply thought the author Amaury BALMER was just a little behind the curve in updating the plugin… or *gasp* maybe it wouldn’t be supported in the future. Perhaps both are true, but after a quick search in the plugin repository I discovered that there is nothing that prevents SimpleTags to work except that there is a hard coded Wordpress version check in there. This isn’t a BAD thing… maybe the later versions of WP wouldn’t work with it? Who knows… but the solution to resolving the issue is pretty straight forward and simple.

If you edit the plugin via the editor interface, find this line (near the top):

if ( strpos($wp_version, '2.7') !== false || strpos($wp_version, '2.8') !== false) {

and change it to

if ( strpos($wp_version, '2.7') !== false || strpos($wp_version, '2.8') !== false || strpos($wp_version, '2.9') !== false ) {

Save and you’re good to go!

Comments
No Comments »
Categories
Code, Tech, Wordpress
Tags
simpletags, simpletags wordpress 2.9, Wordpress, wp version
Comments rss Comments rss
Trackback Trackback

Recent Posts

  • FCC releases Internet speed test tool
  • Microsoft shows games on Mobile, PC, and Xbox
  • Google Voice Explained
  • Windows Mobile 7 to be announced, 6.x to become free
  • Microsoft finally patches 17-year-old bug

Popular Posts

  • µTorrent 1.8.3 Final (uTorrent 1.8.3)
  • Google Chrome’s JavaScript Engine Is CRAZY FAST
  • Google Chrome’s JavaScript Engine Is CRAZY FAST
  • 20 Classic Hip Hop Album Covers Redone With Legos
  • Windows 7 Benchmarks – XP vs Vista vs 7

Recommended Hosting

rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox