• How can I display a new taxonomy as a list instead of a cloud?

    Justin Tadlock’s excellent primer on taxonomies (Custom Taxonomies in WordPress 2.8), shows how to add cloud for taxonomy, but not list:

    <?php wp_tag_cloud( array( 'taxonomy' => 'people', 'number' => 45 ) ); ?>

    I know there is the list=format option for wp_tag_cloud but the resulting CSS is a mess.

    There are numerous posts on how to display a tag list. Can this be adapted for taxonomies? (maybe using get_terms and get_term_link??)
    https://www.ads-software.com/support/topic/220896.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display taxonomy as list instead of cloud’ is closed to new replies.