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
- Get Posts Under Custom Taxonomy
- How to change the case of all post titles to “Title Case”
- Dynamically add id to heading tags
- Different post sort order within different categories
- Confirmation box when submitting post for review
- Ajax Load More Posts in Category Page
- Displaying the category name of a custom post type
- Passing a hardcoded page/post ID into `get_post`
- MySQL Query to Retrieve Category from wp_posts
- Elegant way to include only published posts with get_objects_in_term()?
- Show WordPress Custom Taxonomy Items Based On a Selected Item From Another Custom Taxonomy
- Publish pending article from front end with a button?
- List latest posts in WP-Admin
- Update all posts automatically when using post_meta
- strip only specific tags (like ), but keep other tags (like )
- WordPress custom taxonomy description for each post?
- Restrict users from editing post based on the age of the post
- Change slug with custom field
- Convert IPTC keywords to blog post tags
- Restrict access to post if it is currently being edited
- How to find objects by terms
- Removing the title attribute from links in the post content
- Getting an alphabetic post list with two letters onclick on letter
- HTML code in Custom field
- Create new category upon save based on post information
- Show Custom Taxonomy Categories, Listing of Posts, and Single Post via AJAX
- How to wrap every image in a post with a div?
- which action to hook to in order to perform post-publish action
- Display certain amount of posts on taxonomy archive page
- Strange switch_to_blog() issue
- Paragraphs removed when using get_post_custom()?
- POST from jQuery to PHP
- get_post_custom stripping styling issue
- why does HTML Tag not working in Post and Page
- Search widget breaks when using multiple loops?
- Get all taxonomies for all post types
- How do I get taxonomy terms by ID in a specific order
- Content editor creating blank paragraphs in spaces and creating   in the_excerpt
- How do I get the slug of a custom taxonomy category of a post?
- $post object is null
- Post taxonomy from exif data
- 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
- Function to show random posts from a category
- Does an action fire when adding a tag via the “Tags” meta box?
- How can I add a meta-box to the posts editor containing all items of a custom taxonomy as checkbox?
- str_replace the_title(); blues
- disable column on post and user list
- Add scripts on custom post add/edit pages Not Working
- Add code just after Post content
- Get Post Primary Category
- WordPress’ visual editor messing up my (nested) lists (and other things as well)
- Articles are text-only in any “Category” instead of HTML
- Accessing post->ID outside of the loop for listing child pages
- how to set beforsend option in wordpress ajax methods
- How Display Posts on category
- Query all posts of a custom taxonomy term
- Getting a specific post values to another div or modal
- Automatically Updating Publish Date Bug
- Get posts by name and taxonomy term
- How to display data in archive page?
- Display post category in foreach loop with category link
- WordPress Custom Fields (Checkboxes with multiple values)
- Ajax Dynamic Archives not showing correct results
- Why WP_Query(‘showposts=5’) shows only 1 post?
- Pass data between pages
- Most liked page not displaying posts
- How to make number of blog posts a custom field?
- Choose whether to automatically add a taxonomy with the same name as the post
- Loop through categories and display posts title under each dropdown
- Display tag image in post using Taxonomy Images plugin index.php
- wp_get_object_terms returns only Uncategorized on first publish
- Preg Match All doesn’t Allow echo first character for WordPress Taxonomy Tags
- How to bulk-untag multiple posts?
- Force the “Choose from the most used tags” meta box section to always be expanded
- Ajaxify This Code
- Posts list in custom taxonomy
- Pausing and Resuming WP_Query results
- How to Restrict Previous & Next Post Link to Posts of Same Category?
- Get term siblings of current child taxonomy
- Get Posts Under Custom Taxonomy
- How to get post’s current parent term ID?