A Plugin

Eventually I decided to publish a plugin that I initially wrote for the EcoBurma website to replace another one that led to loads of error messages and that could not be customized the way I needed it. Its purpose is to enable post tags to be sorted into groups. Now I can display the tags in different tag clouds, for example grouped by language:

 

The main work was about writing the code in a “nice way”, i.e. readable, and uploading the files via svn to the WordPress repository. And, of course, once the plugin is out in the wild, you immediately discover some little things that you would like to change.

Wow, already 16 downloads!

Related Posts:

20. June 2012 by Christoph Amthor
Categories: Allgemeines | Tags: , , | 16 comments

Comments (16)

  1. Hey Christoph,

    genau so etwas habe ich bisher vergeblich gesucht, vielen Dank dafür :) !!

  2. Hello,

    There appears to be a bug with Tag Groups v 0.5 and WordPress v3.4.1. When creating menus from appearance -> menus an error is displayed on save.

    “Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\wamp\www\wordpress\wp-includes\taxonomy.php on line 2337″

    I unfortunately don’t have the WP knowledge to try and fix this myself but thought I would let you know.

    Regards

  3. How can I use your plugin with a 3D tag cloud like TagCanvas(http://www.goat1000.com/tagcanvas.php).

    I want to display 3D tags cloud according to categories on my category post page. Can you help?

    Thank you.

  4. Servus Christoph,

    kann man die Gruppen der Tags irgendwie in den Permalinks anzeigen? Ich habe eine Gruppe “Referenzen”. Dort sind Tags eingeordnet etwa “Ausland” und “Merkur”. Der Permalink sollte dann z.B. /referenzen/ausland oder /referenzen/merkur sein.

    Ich bedanke mich so oder so,

    Wolf

  5. How can I call just the Group name in a page template. I want to display both the tag when seleceted and which group it is in on separate lines

    • The only way I can think of now is to retrieve the array (last parameter must be “true”) and then filter out the required information. Maybe you can get some inspiration here. If you have the group name, you can get the term_group and then display all tags that belong to that group.




Leave a Reply

Required fields are marked *


*