get_term_link
gives you the link of a particular taxonomy term.
$terms = get_object_terms( $post->ID, 'nom-origin' );
$urls = array();
foreach( $terms as $term )
{
$url[] = get_term_link( $term->slug, 'nom-origin' );
//Or do whatever you want here with the url
}
Related Posts:
- Get the the top-level parent of a custom taxonomy term
- get_terms – only top level
- Custom taxonomy terms not showing as list Gutenberg Editor
- How to only list the child terms of a taxonomy and not their parents?
- How to use taxonomies on attachments with the new Media Library?
- Hierarchical taxonomy UI
- Order get_terms using a Custom Field
- Using pre_get_posts to rewrite search query to display posts from multiple taxonomies
- How to display custom taxonomies in posts?
- Filtering custom taxonomies
- How to modify the query in taxonomy-custom.php to sort term archives by a custom meta field?
- Allowing specific users to only add posts using certain custom taxomy terms
- Hook to process a new taxonomy tag before it is created?
- get_terms() returns an empty array
- Scheduling posts to update once per day with wp_cron
- How to find taxonomy name using only taxonomy TERM ID (or taxonomy term name)
- Multiple users – only allow them to manage their own terms for custom taxonomy when logged in
- wp_options table value
- Custom Taxonomy Meta Admin Column
- Custom Taxonomy Only Showing Top Level Terms in Admin?
- How to assign default taxonomy to pages on ‘save_post’?
- Landing in 404 Page on Navigating to Custom Taxonomy Archive
- Get main term from a sub term in Woocommerce
- Permalinks for quote authors
- How do I display a tag cloud with both post tags AND a custom taxonomy?
- Using a loop to display terms associated with a post
- get_terms custom order
- Check whether a custom taxonomy term has published posts?
- Query Posts by taxonomy/Taxonomy Child Custom order
- How to Query Database for posts with certain Taxonomy Term
- How to display featured images for all posts with certain taxonomy label?
- Adding Age Based WordPress Category
- Display direct children of the current custom taxonomy in taxonomy.php template
- Woocommerce: How to change the add to cart text in a certain category? [closed]
- get_term and get_term_by return null or false, even though term exists
- Can you filter wp_dropdown_categories with terms meta?
- one term two taxonomy’s?
- How to create pagination for custom taxonomy in WordPress
- Page and Post return 404 with custom taxonomy
- Order by taxonomy Value [duplicate]
- Retrieving an intersection of two terms from two different custom taxonomies via API
- Category list with indent children list below current category
- Some of my custom taxonomies are not showing but still counted in a WPMU set up
- Remove categories from post edit page, but keep in sidebar?
- How to set taxonomy hierarchical level to 2?
- Widget dropdown always displays first option
- List of Registered Taxonomies of Current Post
- How do I display a custom field from a custom taxonomy in single.php?
- How to get posts which must match both custom taxonomies?
- Display all taxonomy, children and grandchildren with links
- Using custom taxonomies to display hierarchical URLs?
- Passing form inputs into multi-taxonomy query
- Custom Taxonomy Tag Cloud?
- Taxonomy Parent Name
- Custom Taxonomy specific to a Custom Post type – rewrite URL
- Having Issue on Passing Variable into HTML Class Tag
- Proper use of wp_get_object_terms
- Permalink Problems
- Get Terms for Page
- tax_query: Don’t show posts with parent term when they have a corresponding child term applied
- Can’t get taxonomy ID for each post on archive page
- Add file attachments/meta to a custom Taxonomy
- How to add a date creation field when a custom taxonomy relationship is created?
- List custom taxonomies associated to an author’s posts
- Why can’t I access Custom Taxonomy metadata?
- Permalinks with custom taxonomies and regular categories
- WP_Query tax_query – Show results if child has parent X
- Taxonomy or Custom Field
- Trash Bin for Categories?
- Custom taxonomy – checking if name includes a declared value
- Display just the Post’s parent Category, not child
- How to add a shortcode function that returns the taxonomy slug of the actual post within the loop
- Random order not working correctly when using default loop + $query->set
- Convert post meta to custom taxonomy?
- How to get a taxonomy by a term slug?
- Get taxonomy link with post type slug prefix
- Why get_terms() behaves strangely when being called in admin (for use in meta box)?
- Modify title of custom taxonomy archive page
- qtranslate-x problem with custom term description
- WordPress custom taxonomies new/edit post autocomplete
- Custom Tax Archive of Parents Only?
- taxonomy query on front page
- ‘Post_tag’ taxonomy tags don’t link to existing posts in CMS
- Sorting terms individually for each post
- Looking for suggestions on creating simple database (Help!!)
- get meta fields and taxonomy of any post type
- Custom taxonomy – query returns an error
- Change taxonomy of posts
- Pagination with custom query (not using posts)
- Getting grandchildren of a post with a specified custom taxonomy?
- Taxonomy Parameters in WP Query to get posts from two different taxonomies
- Update fields with post object and custom tax with wp_insert_post
- Get Posts with matching lowest taxonomies
- How to randomise a custom taxonomy tag cloud
- Can you orderby slug in a taxonomy archive page using WP_Query?
- Any way to make custom taxonomy field searchable?
- Select Custom Taxonomy from Theme Options
- Remove Tag Cloud Words from Custom Taxonomy
- Two taxonomies with the same slug
- Hook function when taxonomy terms change