So this is what I needed:
<?php
$terms = get_the_terms( $post->ID , 'board' );
foreach ( $terms as $term ) {
echo $term->name;
}
?>
Related Posts:
- Multiple loops on a Search result page?
- Get Posts Under Custom Taxonomy
- Show WordPress Custom Taxonomy Items Based On a Selected Item From Another Custom Taxonomy
- Exclude posts that only have the ‘Uncategorized’ category [duplicate]
- Adding Multiple Values to a Post Meta Key
- How do I get the slug of a custom taxonomy category of a post?
- How can I add a meta-box to the posts editor containing all items of a custom taxonomy as checkbox?
- wp query with dynamic taxonomies and terms?
- Why won’t my taxonomy query show up?
- Get posts by name and taxonomy term
- Choose whether to automatically add a taxonomy with the same name as the post
- How to insert 2 args into 1 Wp_Query for a slideshow
- Posts list in custom taxonomy
- Get Posts Under Custom Taxonomy
- How to get Tags with specific post id
- Display posts of specific category term
- Variable not working in WP_Query
- Limiting post list by taxonomy
- How to associate a custom taxonomy to a post multiple times
- WP query taxonomy optimization
- Page with Category Returning 1
- Customizing URL slugs of Custom Post Type and Taxonomy make posts/pages 404
- My custom query is displaying random posts in random order
- How to get post count including nested categories
- Custom Taxonomy From Database
- Displaying Results From Custom Taxonomy Query
- Search by post title and content in wp_query without order
- Hiding Draft Post In Admin
- Display tag image in post using Taxonomy Images plugin index.php
- How do I correctly set up a WP-Query to only show upcoming event-posts?
- wp_get_object_terms returns only Uncategorized on first publish
- Setting posts_per_page for taxonomy term template
- Blog post per page setting conflicting with custom WP_Query?
- Change post order random through out the entire WordPress
- How to exclude latest x posts from a paginated query?
- Setup a custom dynamic post
- Get related posts of child term of custom post type
- Anyway to grab author name and featured image in an embeded in inital array of posts outside of loop?
- How to verify wp user password by sql query in wp? [closed]
- Removing noindex posts from wp_query
- WP Query – Posts Per Page not working in combination with category__in
- How to bulk-untag multiple posts?
- Help with Taxonomies
- Force the “Choose from the most used tags” meta box section to always be expanded
- Ajaxify This Code
- Several post types on WP Query by tag and taxonomy
- How to filter my search in post if contains a word in title, content or excerpt?
- How to return another post than requested
- How do I exclude the lowest level terms in a taxonomy?
- Pausing and Resuming WP_Query results
- How to do set post permalinks using 6 digit random unique function?
- How to Restrict Previous & Next Post Link to Posts of Same Category?
- Select only post id and meta value with WP_Query
- Lost draft under all posts and drafts
- Get user categories with most posts in it
- Random ajax load only works with posts_per_page set to -1
- Prepending %category% onto default posts fails
- get_adjacent_post by language
- How to : pagination in 3 different custom loops on the same page
- Post loop for all taxonomy terms
- Duplicate Custom Post Type and Taxonomy Slug
- How to render taxonomy in loop of custom post_type
- Remove Custom Post Type Slug and add Custom Taxonomy to Permalink Structure?
- wp_query args adding muitiple tax_querys
- How safe is renovating $wp_query when doing WP_Query pagination in Page Template
- How can I setup a relationship using categories in WordPress?
- Exclude the first ‘n’ number of posts of a tag from home page?
- Query posts and return XML
- how to change the number of posts returned in a specific loop without making it global?
- How to display posts via custom taxonomy terms using checkboxes?
- Query Posts With Over 1000 Views
- How to allow visitors to filter posts by multiple taxonomies
- How to add tags (custom taxonomy) to post class css?
- How can I hide tags on a child-category page, if that tag has not been used?
- posts_per_page option limits the number of Gallery items
- List authors with the last post title and order by last post date
- How to order posts by meta_value and title
- 404 error on default post type and default taxonomy fronted page
- Saving custom fields to a custom taxonomy
- wp_query random post
- wp_posts table: safely remove unused columns to save database storage
- Query Posts by Custom Field
- Adding a blog archive with pagination using WP_Query
- Redirect to another page using contact form 7? [closed]
- WP the_posts() on single-cars.php get category link
- how can i change WP main archives loop to sort by name or title
- Using wp_list_pages() after calling query_posts()
- Custom taxonomy.php not working
- how to get post order by post id wp_query?
- Possible to alternate between two loops
- Nested WP_Query breaking loop
- WordPress query_posts by tag doesn’t work anymore(?)
- How do I insert a post with custom post type and relate it to a custom taxonomy?
- outputting posts’ taxonomies: cant get ‘get_the_taxonomies’ working
- How to display all posts divided/ordered by post date? [closed]
- Why Query is returning empty array?
- How do I extract just the post ID of the first item in whatever WP_Query returns?
- Show post content and title in diferent divs using WP_Query using a loop
- WP_Query for a taxonomy with different taxonomy types
- Why are my paginated posts always returning the same results?