You can use get_terms.
In your case, something like this ought to get you started:
$term_list = get_terms( 'taxonomy_name', 'hide_empty=0&orderby=name' );
foreach( $term_list as $term ) {
echo "<li>" . $term->name . $term->description . "</li>";
}
Related Posts:
- Remove custom posts that match taxonomy value
- Using Custom Posts with Metaboxes and Drop-downs
- How to display data in archive page?
- Set terms in a custom post
- Get posts of ONE taxonomy term of custom post type
- Duplicate Custom Post Type and Taxonomy Slug
- Remove Custom Post Type Slug and add Custom Taxonomy to Permalink Structure?
- How do I insert a post with custom post type and relate it to a custom taxonomy?
- relating business and products with custom taxonomy?
- How To Use Custom Tax of a Post Type
- How to output all taxonomy links from a custom post type in a menu?
- Show post count in custom taxonomy page
- Customizing URL slugs of Custom Post Type and Taxonomy make posts/pages 404
- Multiple Custom Post Type loop logic
- 404 for some custom taxonomy not ALL taxonomy
- Special Query: Title, Terms, Content – %LIKE%
- Taxonomy Category category.php not working
- Is there a action hook for the “Empty Trash” button?
- Where does WordPress store the users customization in the theme
- Add a checkbox to post screen that adds a class to the title
- delete post also attachments
- Attach pdf file to custom post type
- How do I create a featured post within a custom post type?
- How to edit wordpress RSS feed to show post title only
- Add custom field to category of custom post type
- get_terms parent for current product only
- What Can I Use To Add A Custom Button Between Publish button and Move To Trash?
- user contributed content as custom post types
- Redirection to taxonomy posts list after post submit.
- Custom Theme Want To Remove One Category From All Displays
- Is it possible to have two different previews of a post (ie. two templates for one post)?
- Post Type Label Name
- wp_query ‘s’ parameter does not work with custom post type
- Avoid duplicate post from same Taxonomy
- Blog Posts in Custom Menu
- I want to display custom text widgets for each post in the sidebar?
- Setting posts_per_page for taxonomy term template
- Custom Post Type – Category Rewrite – Remove Rewrite from Sitemap
- CPT archive redirects to single post
- Prevent Delete Attachment by URL or When Submit
- How can i limit the number of posts created per category?
- Turn On Comments On Custom Post Types in Directory Theme
- Calling Different Custom Post Timestamps in a table
- How to allow visitors to filter posts by multiple taxonomies
- How can I hide tags on a child-category page, if that tag has not been used?
- How to include my own css in post
- “about us”, ” contact” sections should be article(post) or page in the simple small Business website?
- Customize rel=canonical tag for single blog post
- a little direction on custom post type
- disable Tab post on nav-menus page (Admin)
- Best Way to Add UnEditable HTML to Posts
- Create a custom posts page
- Deleted a user with administrator rights. Now all the data/content/images are lost. how to recover them back
- register_post_type permalink
- Custom Post Limit for homepage only without plugin?
- l accidentally permanently deleted a Draft. There’s any way I can recover it?
- Static pages not working
- Post titles and thumbnails as links to custom post types?
- Adding a custom post type meta field to rss
- Help with listing current users submitted custom post type in template file
- Getting post and attached image from subdomain
- Deleting old posts
- WP query taxonomy optimization
- get posts, run a custom query, and join the results
- search form for custom fields
- Some custom post types did not return an object
- Display Post from Custom Post Type with Shortcode
- Modified core/image rendering not showing in posts – only on pages
- Not display an image of category of custom post
- Multiple posts in one page
- Post relationships/nesting
- delete post hook not being fired when deling in wordpress dashboard admin
- WordPress Delete Users from backend doesn’t work
- Custom post styling per category?
- Displaying dynamic content (blog posts/portfolio) on a static homepage and keep the blog post styles
- How to get post count including nested categories
- WordPress search for specific Post Type
- How can you control what a user is allowed to post in the backend?
- Hook To Get All Posts Deleted
- How to show content of specific item on the same page?
- How to show the posts list into a static page? Problems to use the loop into a static page
- How do I control the fallback query after the original query returned cero posts?
- Adding The Post Template Dropdown to WP-Admin
- wordpress paginate, link to the right page
- Allow users to create their own page/s
- Displaying Results From Custom Taxonomy Query
- Multiple loops on a Search result page?
- Add default content to post (for specific category)
- WordPress strips some attributes for author posts
- Automatically delete default posts and pages on theme install?
- How to Do Custom Fields to Output a Definition List
- Display one post randomly from category on home page
- Deleting first four characters from all Post Titles
- Deleling wordpress posts permanently still have IDs
- Post’s arent displaying
- Can I get custom post items in select box (dropdown)
- How to have 2 posting pages on a blog
- Dynamic Menu Item
- Changes done in admin panel are taking time to reflect in the REST api responses
- I have a website issue I am trying to resolve