Put this inside your loop:
//Returns All Term Items for "my_term"
$term_list = wp_get_post_terms($post->ID, 'post_tag', array("fields" => "all"));
print_r($term_list);
Slightly adapted from wp_get_post_terms
Related Posts:
- Displaying the category name of a custom post type
- wp query with dynamic taxonomies and terms?
- WP Query related posts by current page Tag ID
- Why won’t my taxonomy query show up?
- WP Query – duplicated posts once including tags in search results
- Display post from current category and same tag?
- How to insert 2 args into 1 Wp_Query for a slideshow
- Help with Taxonomies
- How to add tags (custom taxonomy) to post class css?
- WordPress query_posts by tag doesn’t work anymore(?)
- Displaying posts that belong to a specific author
- Display posts of specific category term
- Limiting post list by taxonomy
- How to Rearrange WordPress Tags list on frontend using Shortcode with specific order?
- Exclude posts in home slider from sections
- Show all posts from the tags without having to set all of them
- My custom query is displaying random posts in random order
- Multiple loops on a Search result page?
- Get related posts matching most of the provided tags using WP_Query
- Search by post title and content in wp_query without order
- Hiding Draft Post In Admin
- Print all the tags from a custom post type Please
- 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?
- 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
- 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
- Add multiple tags to multiple posts
- Ajaxify This Code
- How to filter my search in post if contains a word in title, content or excerpt?
- Posts list in custom taxonomy
- How to return another post than requested
- Pausing and Resuming WP_Query results
- How to do set post permalinks using 6 digit random unique function?
- 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
- Get Posts Under Custom Taxonomy
- Random ajax load only works with posts_per_page set to -1
- How to : pagination in 3 different custom loops on the same page
- How to get all tags of a custom post type by id
- How to render taxonomy in loop of custom post_type
- WP_Query: Mixing category__in and tag__in together
- How safe is renovating $wp_query when doing WP_Query pagination in Page Template
- 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?
- Query Posts With Over 1000 Views
- 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?
- 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
- 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
- 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()
- how to get post order by post id wp_query?
- Possible to alternate between two loops
- How to get a post’s content? [closed]
- How Do I Get My Post Tags to Alphabetize?
- Nested WP_Query breaking loop
- Conditionals if tags exist?
- 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
- Why are my paginated posts always returning the same results?
- Ignore latest two posts
- Is it possible to use WP_Query to only pull posts with attachments?
- Get posts and include taxonomy term
- Show posts by author of membership level (Paid Membership Pro)
- Inner join overrides Advanced Custom Fields plugin’s get_field [closed]
- meta_value timestamp older than now
- Every second post different class in blog view
- Display related post by tag name of current post
- Loop doesn’t exclude the specified category in home page
- Get posts with multiple categories
- Do not show children of a category
- Variable not working in WP_Query
- How to remove specific tag from multiple posts?
- Print out last 3 blogposts
- why the same code got different results when using query_posts in functions.php and index.php
- Query posts by Author and/or by Tag
- Query for first 3 posts to change the look and feel
- How to get posts published on the latest date?
- Why posts array is empty?
- Form to post new post with custom taxonomies
- Can’t understand why sometimes a [caption] field appears
- Page and post loop same template
- Getting blog pagination to work on page set as front page