custom taxonomy list
-
I think I have just been looking at this for too long and confused myself, some help would be much appreciated.
I have been using a combination of 2 plugins to create the layout that I want:
Custom Post Type UI
Simple Custom Post Type ArchivesI can create individual archive pages my custom taxonomies but I would like to create a page that displays a list of the taxonomy terms that then link to the individal archive page for that taxonomy term.
eg: Custom post type “profile”
domain.com/profile/regions/ – displays list of regions (taxonomy)
domain.com/profile/regions/region-1 – displays archive of posts in region 1I thought that I might be in the right direction with:
the_terms( $post->ID, ‘regions’, ‘Regions: ‘, ‘, ‘, ‘ ‘ );
But I am confused about what template file I need to create to impliment this.
Thanks in advance to anyone who can help!
- The topic ‘custom taxonomy list’ is closed to new replies.