Welcome, guest!

Feel free to read the blog, browse for themes, or join the club.

Listing taxonomy term

  1. Cant quite seem to figure out how to list all taxonomy terms (with links) in a particular taxonomy. The same way tagcloud does. Need a simple list on one of my taxonomy pages. Codex isnt quite updated for taxonomy and cant figure out any way to do it without writing a long function.

  2. I think this may be of help to you, Justin explains custom-taxonomies

  3. You still use wp_tag_cloud, but request list for the output:

    echo wp_tag_cloud( array('taxonomy' => 'people', 'format' => 'list') );

    This still adjusts font size, like wp_tag_cloud. You can just set the smallest and largest arguments to keep them one size:

    echo wp_tag_cloud( array('taxonomy' => 'people', 'format' => 'list', 'smallest' => '12', 'largest' => '12') );

    Maybe there's an argument to not include the font size at all, but I am not seeing it.

    More on wp_tag_cloud here:

    http://codex.wordpress.org/Template_Tags/wp_tag_cloud

  4. You must be a logged-in exclusive member to view this reply.

  5. Great I'll use the tagcloud list for now. thanks!

Reply

You must log in to post.

Limited Access

If you have an account, please take a moment to log in.

Non-exclusive members have limited access to the support forums.

To enjoy the full range of support, sign up for an exclusive membership in the theme club.

Support Forums

  • Core Framework (55 posts)
  • Hybrid Theme (22,711 posts)
  • Bliss Theme (255 posts)
  • Options Theme (10,362 posts)
  • Visionary Theme (767 posts)
  • WordPress (144 posts)
  • WordPress Plugins (2,146 posts)
  • bbPress Themes (308 posts)
  • General Discussion (5,572 posts)
  • Critical Theme (0 posts)
  • Hybrid News Theme (132 posts)
  • Hybrid Original Theme (26 posts)
  • Leviathan Theme (16 posts)
  • Life Collage Theme (9 posts)
  • Old School Theme (3 posts)
  • Outline Theme (108 posts)
  • Skeleton Theme (40 posts)
  • Structure Theme (2,768 posts)
  • Members Plugin (2 posts)
  • Cleaner Gallery Plugin (14 posts)
  • Get the Image Plugin (3 posts)
  • Message Board Plugin (0 posts)
  • Widgets Reloaded Plugin (0 posts)
  • Breadcrumb Trail Plugin (0 posts)
  • Query Posts Plugin (81 posts)
  • Hybrid Hook Plugin (7 posts)
  • Hybrid Hook Widgets Plugin (0 posts)
  • Hybrid Tabs (5 posts)