You can use the_terms
function in WP to display your term values in your archive page.
Usage
the_terms( $id, $taxonomy, $before, $sep, $after );
Parameters
$id
(int|req) -> Post ID. Default: None$taxonomy
(str|req) -> Taxonomy name. Default: None$before
(str|opt) -> Text to display before tags are displayed. Default: Empty string$sep
(str|opt) -> Text or character to display between each tag link. Default: ‘, ‘$after
(str|opt) -> Text to display after the last tag. Default: Empty string
Related Posts:
- Remove custom posts that match taxonomy value
- Using Custom Posts with Metaboxes and Drop-downs
- 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?
- Custom Post Type archive
- How To Use Custom Tax of a Post Type
- How to output all taxonomy links from a custom post type in a menu?
- Redirect to custom post if custom archive page has just one result?
- 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
- How to list all names and descriptions of a custom taxonomy
- How to display term in archive page?
- 404 for some custom taxonomy not ALL taxonomy
- Special Query: Title, Terms, Content – %LIKE%
- Taxonomy Category category.php not working
- Filter/Sort Post Form On Taxonomy page
- Set Default Category to Username
- 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?
- show custom post type category dropdown sorting result on same page
- Custom Post Type Rewrite To Include Parent Page(s)
- How to display excerpt post on hamepage and archive pages?
- 404 error on default post type and default taxonomy fronted page
- Thumbnail & Category link aside post
- Increase 10 post limit per page
- Redirect to another page using contact form 7? [closed]
- Automatically create a new page daily with last three posts
- How to include my own css in post
- Archiving posts in wordpress
- Custom post types related to same custom post type?
- Dynamically switch template on click
- “about us”, ” contact” sections should be article(post) or page in the simple small Business website?
- outputting posts’ taxonomies: cant get ‘get_the_taxonomies’ working
- Is it possible to customize the post according to post format in single.php?
- Customize rel=canonical tag for single blog post
- a little direction on custom post type
- disable Tab post on nav-menus page (Admin)
- Loop parent terms {display posts} AND loop child terms {display posts}
- Format latest/newest post differently
- Custom taxonomy archive page problem
- Tell WP to use a specific template file in posts
- Is there a way to create a meta box that can be added multiple times to a post dynamically?
- Best Way to Add UnEditable HTML to Posts
- Is there a query string for edit.php to show all posts that have no custom taxonomy terms?
- How safe is it to delete old posts edits to save database space?
- Two Custom Post Types with Identical Articles Competing for the same Slug
- WordPress custom post type with folder structure in slug
- Using setup_postdata() with multi-dimensional array
- Is codex right on deleting post?
- Check if a custom post type has already been created
- WordPress Query Posts From Category Post on Static Page
- Edit multiple custom post types while saving a new or edited post
- WordPress bulk category select when publishing post
- Create a custom posts page
- How to add automatically bootstrap 4 order-lg-1 and order-lg-2 classes for columns in foreach loop based on the count?
- if in category but only with post meta
- How to get different Related Posts
- Does WP automatically tag posts into the archive?
- How to add convenient buttons for new custom post statuses
- How to allow multiple thumbnail upload for Posts?
- add external project to web site wordpress on production
- Deleted a user with administrator rights. Now all the data/content/images are lost. how to recover them back
- singular posts using archive styling
- Show custom post with custom categories with specific slug
- register_post_type permalink
- Display the 2nd category name of a custom post type without error if its null?
- Auto delete posts based on content text
- How to call posts under a specific category on static front page?
- Querying another post category to match current post and display in loop
- Custom home page with full post for first one only
- Custom Post Limit for homepage only without plugin?
- Display value of custom field at the beginning of a post
- I want to show my post for limited time, how is it possible?
- l accidentally permanently deleted a Draft. There’s any way I can recover it?
- datepicker value in mysql
- Unable to differentiate between two categories under custom post type on single.php
- Inserting an example of the last 3 post on to the homepage
- Exclude a category of posts in author template
- How to edit the ‘
- Static pages not working
- Optimize CPT-function with a loop
- Post-Archive like a page in a specific subdirectory
- Add post tags to previously created custom post type
- Can WordPress handle following functionalities?
- Simple Custom Metabox Not Saving
- Get a term each custom post type
- Change default post style to columns
- Post titles and thumbnails as links to custom post types?
- Custom Post Type, post-formats associated to custom post type > 404 archives
- Display in category ( taxonomy) a number of post that I want
- How to display only one category in a custom post type?
- Adding a custom post type meta field to rss
- How to restore deleted post related with deleted users
- Find out in which kind of archive am I
- Help with listing current users submitted custom post type in template file