How To Fix “Simple Tags Plugin” :After Wordpress 2.9 Upgrade
|
Hey hear is the simple solution for Fix the Simple Tags after Upgrading to WordPress 2.9; just follow the steps exactly what shown so that you can make your Simple Tags plugin will works normally as before. It’s clearly appears that the author of this plugin has hard coded values to check the version of WordPress that is currently installed. Like if the value does not match, the plugin will not function. if we change the if statement we can fine with that plugin.
- First login to your WordPress Admin.
- Navigate to the Plugins then simply click Editor, or you can open with your FTP also thats your wish.

- Now that will opens select plugin to edit then select Simple Tags.

- Now fine the following line
if ( strpos($wp_version, '2.7') !== false || strpos($wp_version, '2.8') !== false ) {Replace with the followin line
if ( strpos($wp_version, '2.7') !== false || strpos($wp_version, '2.8') !== false || strpos($wp_version, '2.9') !== false ) {
Update or Save the file, Simple Tags Plugin should now work in WordPress 2.9 cheers
You May Also Like
Get Updates:
| |












Never used it, i think i should try it now.
This Simple Tags plug-in will automatically generates the tags….,
I think for search engines this will very helpful
I have never used simple tags.. will check more info abt it now..
Hi Rajesh,
Very Glad to see you hear,
“Simple Tags Plugin” is a best one which is very much useful to the search engines, and this will generates the tags by considering the post matter we give.
you should give a try…
The above fix works only for the backend.
how can i remove related artical from a specific page.
Oops..,
Are you sure.., related articles from a specified page or category….!