Well to print each term you could loop through each object and echo the name and description
foreach ($terms as $theterm) {
echo $theterm->name . " " . $theterm->description;
}
Is this what you are looking for?
[EDIT] Updated the answer
Related Posts:
- Exclude posts that only have the ‘Uncategorized’ category [duplicate]
- How are terms connected with posts in database?
- Importing data from spreadsheet into wordpress DB, along with custom taxonomies and their terms
- get_terms parent for current product only
- deleting terms programmatically
- Adding Multiple Values to a Post Meta Key
- Get taxonomy terms only of the WP_Query current posts
- Avoid duplicate post from same Taxonomy
- Set terms in a custom post
- Get posts of ONE taxonomy term of custom post type
- Setting posts_per_page for taxonomy term template
- How to display posts via custom taxonomy terms using checkboxes?
- Copy taxonomy terms from one post to another programmatically
- Loop parent terms {display posts} AND loop child terms {display posts}
- Displaying Results From Custom Taxonomy Query
- Get all the contents of taxonomy and sort by term
- Different post sort order within different categories
- Passing a hardcoded page/post ID into `get_post`
- MySQL Query to Retrieve Category from wp_posts
- Publish pending article from front end with a button?
- Update all posts automatically when using post_meta
- Restrict users from editing post based on the age of the post
- Removing the title attribute from links in the post content
- HTML code in Custom field
- Search widget breaks when using multiple loops?
- How do I get taxonomy terms by ID in a specific order
- Content editor creating blank paragraphs in spaces and creating   in the_excerpt
- Redirection to taxonomy posts list after post submit.
- Remove custom posts that match taxonomy value
- Using Custom Posts with Metaboxes and Drop-downs
- Advanced Custom Fields – Storing array value for further usage
- How can I add a meta-box to the posts editor containing all items of a custom taxonomy as checkbox?
- Add scripts on custom post add/edit pages Not Working
- Get Post Primary Category
- Accessing post->ID outside of the loop for listing child pages
- how to set beforsend option in wordpress ajax methods
- How to display data in archive page?
- Ajax Dynamic Archives not showing correct results
- Pass data between pages
- Choose whether to automatically add a taxonomy with the same name as the post
- Loop through categories and display posts title under each dropdown
- How to bulk-untag multiple posts?
- Get Posts Under Custom Taxonomy
- How to get post’s current parent term ID?
- Is Hfeed class for all pages needed
- Duplicate Custom Post Type and Taxonomy Slug
- How can I hide tags on a child-category page, if that tag has not been used?
- Display post category in foreach loop
- How do I insert a post with custom post type and relate it to a custom taxonomy?
- Page template is accessing the incorrect posts?
- outputting posts’ taxonomies: cant get ‘get_the_taxonomies’ working
- Best Way to Add UnEditable HTML to Posts
- Get post meta retrieving wrong value
- Divs appearing everywhere in post content
- Hierarchical taxonomy list with modificated term links
- Exclude product attributes from taxonomy terms loop
- Need help removing […] after excerpt
- Accessing Post ID Within Loop
- Display message depending on capability outside loop
- Adjust the order for returned posts
- Trying to display terms from custom taxonomy within function
- Locally change the font family [closed]
- Defining ‘last’ class on foreach blog posts
- How To Use Custom Tax of a Post Type
- Right align a youtube video
- Categories Listing and Highlighting current category item
- Help Combine These Two PHP Codes
- How to associate a custom taxonomy to a post multiple times
- WP query taxonomy optimization
- WordPress Recent Post with the badge “New” on the side of the title post
- How to center all text body in single.php at once?
- Show post count in custom taxonomy page
- Taxonomy checkboxes not showing current status on edit page
- How to generate an HTML link automatically from URL in a users’ post
- Loop through taxonomies and loop through their terms (Newbie question)
- Slug collision between page, taxonomy and custom post type
- PHP tag in post content makes wordpress go crazy
- Filter By Term Not Working – Custom Post Type
- How to get post count including nested categories
- Multiple Custom Post Type loop logic
- How to display terms from two taxonomies in one php code?
- How to display term in archive page?
- How can add posts without category into category
- How to filter the terms to a special custom taxonomy?
- 404 for some custom taxonomy not ALL taxonomy
- Multiple loops on a Search result page?
- Get first comment link on the post itself
- How can i retrive the movies, trailers, news in a single page using search
- How can I create a menu items from meta box based on users input
- How do I display a full post, not just an excerpt?
- Remove read more
- ISOTOPE – Missing/Invalid Arguement Get Terms
- retrieve post slug by post_tags taxonomy
- How *not* to show the last post on the latest posts list
- get value from post to sidebar
- Taxonomy Category category.php not working
- How to customize posts in WordPress by using HTML and CSS?
- How to make ‘show_option_all’, that comes from wp_list_categoreis, to work with get_categories or with get_terms?
- WordPress taxonomy and terms question
- Posts Page in WordPress loading bare HTML of my homepage