Tag groups documentation
-
This is a fantastic plugin that works very well. Thank you for developing it.
Since the V2.4 update, I found what I believe is a discrepancy in the documentation here: http://www.christoph-amthor.de/software/tag-groups/ and here: http://www.christoph-amthor.de/software/tag-groups/examples-applications/
If I use the query as written
if ( function_exists( 'tag_groups_cloud' ) ) print_r( tag_groups_cloud( array( 'orderby' => 'count', 'order' => 'DESC' ) , true ) );I retrun 0 results. This snippet worked in V2.2, but does not in V2.4If I add a number in for amount, I then get the results as expected – using V2.4 of the plugin.
if ( function_exists( 'tag_groups_cloud' ) ) print_r( tag_groups_cloud( array( 'orderby' => 'count', 'order' => 'DESC', 'amount' => 10 ) , true ) );I think this is related to another post that mentions using 0 as an infinite value – as opposed to a very large number. Regardless …
Someone new to PHP and using the snippets provided would encounter an error and become frustrated. I thought it was worth mentioning.
Thanks again for the great plugin. Keep up the good work!
The page I need help with: [log in to see the link]
The topic ‘Tag groups documentation’ is closed to new replies.