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)
- get_posts assigned to a specific custom taxonomy term, and not the term’s children
- How can I get only parent terms?
- How to add images to taxonomies?
- Read-only taxonomy (user can assign term but can’t create or edit existing terms)
- Can you add the visual editor to the description field for custom taxonomies?
- Adding Category/Tag/Taxonomy Support to Images/Media
- Large taxonomy (2000+ terms), causing WordPress to hang
- Custom Taxonomy in plugin and template
- How to display warning on post editor when trying to add new term to custom taxonomy?
- Is it possible to have a taxonomy archive that lists taxonomy terms?
- Check if current term is a child of another term
- Is there a way to import terms into WordPress?
- get_terms() doesn’t return empty terms even though hide_empty is false
- Custom metabox for menu administration page?
- How to pass posts_per_page and paged params query vars to custom taxonomy archive urls?
- Exclude Custom Taxonomies
- How to get the top most term (top ancestor) of a custom taxonomy child term?
- Get custom category name from ID
- How can I add a custom meta value on file upload?
- Populating dropdown menu with hierarchical taxonomies
- How can I display my custom metaboxes on a custom post template?
- How to order a list of taxonomy terms alphabetically?
- Reverse traversing taxonomy based on term_id
- Specifying a size when displaying an image associated with a taxonomy through ACF
- ‘wp’ action hook not firing in admin and login?
- How can marge these loop code?
- Display all posts for taxonomy term across multiple custom post types
- Getting Term ID from Term Name for WordPress Query
- Custom permalinks with hierarchical taxonomy – getting PHP warning
- get current date + 90 days and checking every day
- Taxonomies on custom taxonomies
- Get list of taxonomies associated with Subscribers
- How to join result of different taxonomies?
- How to add Post Format Taxonomy Archive page in the menu?
- How to add custom label or texts in featured image
- wp_insert_term created and set for first once only
- Show all taxonomy’s terms’ posts having another taxonomy’s term in common
- Render P2P metabox per taxonomy term
- Adding content to custom taxonomy category pages
- Display formatted list of taxonomy terms with last seperator different
- Are term IDs unique even between multiple custom taxonomies
- How to customize custom taxonomy url?
- Display a colour of custom taxonomy on the page
- Add attribute taxonomy through code don’t appear in admin product page
- How to get the term description in a taxonomy term archive query?
- Chaining Taxonomy Queries
- WordPress CPT Taxonomy Dashboard Search – How to include taxonomy in search?
- Admin only taxonomies?
- new custom filed not showing in taxonomy
- Custom Field used to allow a Free Story; no longer works
- Only return taxonomies that are linked to a category & product
- Rewriting url for multiple Taxonomies and Custom Post Type
- Why is the category item count not updating after assigning a category?
- Dropdown (with onChange) with custom taxonomies
- How to limit custom post category
- How to get a terms and posts associated with another term?
- How to use two same taxonomy in same post differently?
- Custom taxonomy name not being translated in post manager page
- Automatically Populate Post Taxonomy Data Based on Post Author Meta Data?
- Get Posts by tag from a custom taxonomy
- Can I use multi (sub) levels of relation (AND | OR) on custom query?
- Avoiding stripping of HTML in Custom Taxonomy Meta Field
- Advanced AND tax_query in sidebar with 2 taxonomies
- Alternative for is_taxonomy() to workaround theme’s default sidebar
- Can I use get_term_children to show child terms if they exist and show something else if they don’t?
- Displaying the custom taxonomies side by side on the admin dashboard
- Head Code for Custom Taxonomy
- Adding new terms to custom taxonomy
- List posts grouped by children of a custom taxonomy