As you can’t use »product attributes« and have two additional »custom taxonomies« just use get_the_term_list() to achieve what you want. The basic usage would be to place below code where you want to show the additional output – take a look at the codex page for information about formatting options.
Code:
//Show list of post specific terms from taxonomy language
echo get_the_term_list( $post->ID, 'language', 'Language: ', ', ', '' );
//Show list of post specific terms from taxonomy location
echo get_the_term_list( $post->ID, 'location', 'Location: ', ', ', '' );
Related Posts:
- WordPress database error: [Not unique table/alias: ‘wp_postmeta’]
- How much faster is a tax query than a meta query?
- Use custom posts as taxonomy term meta replacement?
- Get main parent categories for a product
- Is it possible to sort the post based on a custom field?
- List Custom Taxonomy Values according to a Post Meta Value
- Get main term from a sub term in Woocommerce
- get_the_terms() to show all custom taxonomies
- Single reusable value for post meta: Custom Taxonomy or Post Meta?
- What is faster: custom taxonomy or serialized post-meta for db retrieval? (over 60,000 posts)
- Is it possible to store Json data in post_meta and manipulate
- Add Custom Taxonomy for Blog Meta Info
- Metabox not show in categories custom post type cmb2
- How to separate posts in loop?
- Creating terms vs custom post meta to save data?
- Does using custom taxonomy is more CPU efficient than using meta_data?
- wp_query not resetting, last post hanging
- Count of posts by different parameters?
- Sort taxonomy page alphabetically by meta rather than default post date
- Convert post meta to custom taxonomy?
- Count tags for current post and save into custom meta field (and update it on post edit)
- How to create meta fields with more than 1 relation?
- Is it possible to sort the post based on a custom field?
- Custom post type term names with ampersand in the term name
- Looking for suggestions on creating simple database (Help!!)
- get meta fields and taxonomy of any post type
- Where to put a migration script to switch post information?
- Update fields with post object and custom tax with wp_insert_post
- How can I show custom field according to taxonomy?
- How to add a custom page template selector to a custom taxonomy?
- Custom taxonomy with custom meta value is not sorting correctly (query returns the same value for orderby regardless of sort column click)
- How to handle custom taxonomy archive when no posts will have that taxonomy
- How can I list all the meta in a custom taxonomy?
- Taxonomy Order by Name
- Get number of post who belongs in two taxonomies!
- Custom permalinks with hierarchical taxonomy – getting PHP warning
- Change the permalink URL to include a taxonomy term
- How do I exclude posts from custom taxonomy from a custom post type archive?
- Custom Taxonomy in REST API
- How to limit the number of users who can be added to a user custom taxonomy?
- Assign / update custom field value for all posts (How can I assign only to posts without custom field value?)
- How to display the “ratingValue” and “ratingCount” values generated by the KK Star Ratings plugin into my page’s recipe ld+json schema
- Manipulate WP Query using a custom post type and multiple tax_query taxonomies
- How to duplicate entire custom post type
- Rewrite Rule Working for all but one of the taxonomies created
- How to create pagination for custom taxonomy in WordPress
- Custom Taxonomy in default RSS feed
- ‘No Results Found’ on single post for custom post type
- How to show the a custom taxonomy term on single post metadata
- Automatically Give All Custom Post Types a Pre-Set Category [duplicate]
- Custom Post Type Taxonomy not showing
- get current date + 90 days and checking every day
- Taxonomies on custom taxonomies
- Get list of taxonomies associated with Subscribers
- auto populate list of questions if user select a category xyz
- I am trying to display information from a custom table from my wordpress users pages
- How to join result of different taxonomies?
- Hide product categories and taxonomy terms in menu if empty
- Using custom taxonomy to tag posts for inclusion in slider
- Display related products based on 2 specific product attributes values in WooCommerce
- Get Custom Taxonomy Title by Spesific Sub Category via fputcsv
- Custom taxonomy forms for user profile
- How to target parent product category and its children using WooCommerce?
- Get taxonomy based on another taxonomy slug
- Return terms from multiple taxonomies using $wpdb
- Custom taxonomy query is empty. 0 = 1 in SQL
- Page and Post return 404 with custom taxonomy
- How to show all possible parents and children of a hierarchical taxonomy term?
- Why does a new taxonomy term get created when I assign an existing term to a post?
- Order by taxonomy Value [duplicate]
- limit value taxonomy based on previous taxonomy value wordpress
- Dynamic dropdown select values depending on other custom field value
- Extend & Search Native WordPress Image Galleries With Tags and Taxonomies?
- Sort order by slug for looped child terms of custom taxonomy
- Simple Filter between multiple taxonomys
- Checkbox onclick filtering on the same page
- Save custom taxonomy data in different table not in wp_options for my own plugin
- How to add Post Format Taxonomy Archive page in the menu?
- How to add custom label or texts in featured image
- How to Rewrite Taxonomy URL to Include the Post Type as the Second Segment of the URL?
- Get parent and children taxonomy in different dropbox
- Retrieve Custom Taxonomies according to posts selected
- Set taxonomy fields on post with AJAX
- Include parent and child in category url
- wp_insert_term created and set for first once only
- Taxonomy Pagination Rewrite
- How does WordPress Parent-Child Taxonomy actually Works?
- Custom taxonomy archive shows 404 error
- Display only child terms of a specific parent term of a custom taxonomy, for each custom post
- How to get all taxonomies which can be added in menu?
- WordPress Tag or Custom Taxonomy Return All Posts if has that Word in Post Title
- How do you reorder the custom taxonomies on the right side of a custom post edit page?
- display one post out of each custom category (aka “term of custom taxonomy”)
- How to create a dependent drop-down and options in dropdown must be manageable from admin panel
- Retrieving an intersection of two terms from two different custom taxonomies via API
- Filtering posts by an already registered taxonomy
- Query posts by taxonomy with current term
- Get custom taxonomy for visual composer shortcode but not working?
- How to filter a post in the Tag Cloud widget, using tags of a media library image attached to the post?
- Add Image Uploader In Admin Panel