• Resolved somecodeiwrote

    (@somecodeiwrote)


    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.4

    If 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]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thank you for reporting!

    I will investigate where is the problem. It could be a bug after the latest changes. But I also need to update that documentation.

    It’s a bug. I will include the fix in the next update. Unless you need it now.

    Thread Starter somecodeiwrote

    (@somecodeiwrote)

    Hey Chris – Thanks for the speedy reply. I’m good here. No rush on the update for me.

    I am using a custom query that outputs the tag groups in order to fire sort and filter via Isotope. It broke when I updated to 2.4 (was returning 0 results) but adding the amount fixed it. So, I am all set.

    Thanks again for the great plugin and the fast response on support topics.

    cheers

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Tag groups documentation’ is closed to new replies.