Just a teeny-weeny update d;
– The tags for a post are now in alphabetical order (instead of whatever arbitary order they were in)
– There’s a new template tag: UTW_HasTags()
that returns true when the current post has tags, and false otherwise
– I fixed this
download here | more about the plugin | running telly of updates
The change in the sql core code as of 2.7.6 makes the function ultimate_show_related_tags() now return a database error.
WordPress database error: [You have an error in your SQL syntax near ‘GROUP BY p2t.post_id GROUP BY p2t.post_id HAVING COUNT(p2t.post_id)=1’ at line 9]
Is there a similar function to ultimate_show_related_tags() outside of the legacy functions?
Ooer.
I’ll need to fix that; because the legacy functions are just wrappers around the non-legacy code (so if there was a function that did it directly, then it would be buggy in the same way)