Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author tugbucket

    (@tugbucket)

    Here’s a quick and dirty way to make it work for categories

    The top line is commented out. The second line is for the category hack.

    Line 352:

    /* $tags = get_terms('post_tag', 'order=ASC&hide_empty='.$show_empty.''); // new code! */
    $tags = get_categories();

    Line 500:

    /* $url = attribute_escape( get_tag_link( $tag->term_id ) ); */
    $url = get_bloginfo('siteurl')."/category/".$tag->category_nicename;

    I can’t guarantee all the options will work but, it’s close.

    Plugin Author tugbucket

    (@tugbucket)

    I’ve added an option to show categories instead of tags and it will be included in the next release.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Multi-column Tag Map] Same Thing But With Categories?’ is closed to new replies.