Hey Nick,

I took a quick look and found that Simple Tags version 1.5.3 is an old version. The current version is 1.5.7 (I think it was updated 1 to 2 weeks ago) which works with both 2.5 and 2.6 (both versions included in simple-tags.php). Not to sure why your Plugins page isn't showing that an update is available.

Sorry I can't help you with your image link conundrum. I'm still attempting to coerce my old brain to learn PHP and CSS past the stage of copy and paste. ;)


Nick Bohle wrote:
Hi Kirk!

I am using Simple Tags 1.5.3.

When I upgraded to WordPress 2.6 beta-1, all my back-end pages included the
yellow notice bar:

"Simple Tags can't work with this WordPress version! You must use Simple
Tagging Plugin for it to work."

And besides, the related posts function on my single.php also did not
work...

But I fixed the problem by changing the following code inside the
simple-tags.php (line 35):

global $wp_version;
if ( strpos($wp_version, '2.5') !== false ) {

to

global $wp_version;
if ( strpos($wp_version, '2.6') !== false ) {


I am still having problems with changing the image navigation thumbs to text
links (mentioned below). Could anyone give me a hint about this?

Cheers
Nick
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to