If I understood you right the following is what you need:
$term_link = get_term_link( $term, 'genre1' );
// if there is no error print the link
if( !is_wp_error( $term_link ) )
echo '<li><a href="' . $term_link . '">' . get_the_title() . '</a></li>';
Related Posts:
- How do I append multiple taxonomies to the URL?
- Custom Post Type: How to display all of same taxonomy?
- Remove “-2” from a Toolset Types URL with the same post name
- Get all taxonomies for all post types
- Remove Taxonomy Slug when No Taxonomy is Assigned to Custom Post Type?
- Order WordPress Custom Taxonomy Pages & Pagination Not Working
- Why are taxonomy terms not saving when using custom meta boxes with radio button taxonomy selectors?
- Different Category system needed for the Custom Post Type
- Query custom post types & Taxonomies and list them in a table on a page
- How to get post count of specific taxonomy that have store name & category
- Duplicate slug/permalink issue while adding same post name
- Filter taxonomy by CPT
- Taxonomies are not showing in the category dropdown
- Custom Taxonomy – fields
- tax_query not working?
- Looping taxonomy in taxonomy?
- Is it possible for post and custom post type to share a category base slug?
- custom post type and custom taxonomy url conflict
- Show Post Count of a Category
- WP_Query search posts by custom post type and custom taxonomy
- How to create a permalink structure with custom taxonomies and custom post types like base-name/parent-tax/child-tax/custom-post-type-name
- removing custom tax & CPT slug, adding taxonomy term in front of custom type
- Custom Taxonomy Creates Unwanted Integer Terms on Post Save
- How to filter out post type meta?
- multiple url slug for single custom post type
- Custom post type and taxonomy permalinks – Structure
- Add hierarchical taxonomy to permalink for custom post type
- Custom Post Type and Custom Taxonomy Permalinks
- Custom post types, taxonomies, and permalinks
- Custom Post Type with two hierarchical Custom Taxonomies: strategy to generate best permalink structure
- How to specify URLS for custom posts & taxonomies
- Custom post types, taxonomies, and permalinks
- Custom post types and permalinks
- Relationship between two taxonomies and a custom post type [closed]
- Menu Multiple Taxonomies
- How to make a custom taxonomy selectable in post publish area?
- How to output wordpress custom tags separated by comma?
- Custom Post Type Taxonomies -Posts not showing in Category or Tag pages
- Problem with custom post types, taxonomy and permalinks
- How to create new category for custom post type?
- Fetch taxonomies by custom post type id array
- Get Post Primary Category
- How to check the terms in single custom post type template
- Weird problem happening with custom taxonmy when creating/updating posts
- get_terms showing all categories instead of the ones assigned to a specific post
- How can I move a custom taxonomy and its data from one post type to another?
- Custom page template for category taxonomy
- Permalinks not working for custom taxonomy on custom post type
- Permalink Structure CPT With Custom Taxonomy Fails
- Parent & Child Taxonomy slugs in custom post permalink
- Custom Post Types and independent Categories – complex Taxonomy
- Taxonomy Archive: Display only one post per term from separate custom taxonomy
- Change Permalink Structure for Tag.php template
- Query Multiple Taxominies Across Multiple Post type’s
- Use different taxonomies in different custom post types’ permalinks?
- custom permalinks based on taxonomies for custom post type
- Custom query to filter posts that have current post as a taxonomy [closed]
- How do I get array of types associated with a taxonomy?
- Custom template won’t load for a custom post type (custom permalinks used)
- How to display selected taxonomies by their parent
- Custom Field Order by Last Name and First Name
- get_posts of Custom Post Type AND Custom Taxonomy
- Custom taxonomy in URL showing 404
- wp_set_object_terms() not adding new term to custom post and custom taxonomy
- Display all posts in main category and 1 subcategory
- Update permalinks when new category added to custom post type taxonomy
- Received nothing after executing AJAX post function
- wp_get_post_terms on custom post type with custom taxonomies returning an empty array
- Custom Taxonomies not appearing in Admin
- Get custom post type list for every category shortcode
- Custom Post Type permalink shows wrong page: homepage/index.php
- Custom Post Type Taxonomy Filters
- How to hook custom taxonomies to custom post types and make the permalinks work?
- Categories of custom taxonomy don’t show any posts
- How to display custom taxonomies with links in filter menu?
- Custom Taxonomy back-end customizations
- Taxonomy custom post type URL
- Custom post type url with category
- Adding custom post category slug in permalink causes 404 error for pages and posts
- How to Filter custom post type by taxonomy?
- 404 error when navigating to a taxonomy page with Cyrillic, what’s wrong?
- How Can I Change the Custom Post Type Slug to the Taxonomy Slug in the URL?
- Is it possible to have dedicated page for parent/child taxonomy?
- Use same slug base for Custom Post Type posts, and multiple taxonomy terms
- How to have the same url structure for both a CPT and a Taxonomy?
- How to create custom url structure based on custom post type rewrite slug, taxonomy and category slug?
- create a subcatagory for a custom post type and out put url as posttype/subcategory/item
- Get related posts of child term of custom post type
- Limit amount of posts made within a custom taxonomy
- custom-taxonomy/post_name instead of the default post_type/post_name
- Show custom post archive when custom post not specified
- Show custom post type relationships by taxonomy
- Issue on Creating Custom Tax Term Dynamically From Another CPT Meta-box On Publish
- Can’t remove front from permalinks for custom taxonomy category page
- WordPress custom post type permalink rewrite shows page not found
- list taxonomies from a custom post type
- Display a grid of taxonomy terms at root taxonomy page
- Removing custom post type slug from URL
- Customize Custom Post Type URL
- limit value taxonomy based on previous taxonomy value wordpress