The Link Manager is a pseudo post type at best. You can either use the default ‘Categories’, or go full circle and (1) register a new post type + the custom taxonomy on the new post type or (2) use post formats + the custom taxonomy on posts
Related Posts:
- Getting archive pages in WP’s AJAX internal link finder?
- How to obtain the link/URL to the feed of a custom taxonomy?
- Pull in taxonomy links using get_the_terms?
- Remove a href from this code
- How to change custom categories term links?
- Custom Fields link to other pages, not search
- Add custom taxonomy fields when creating a new taxonomy
- Exclude Specific Term from Search
- get_term_by not working when in functions.php
- Can I lock down custom taxonomies on a parent term level, but not a child term?
- How to remove “Taxonomy name:” from wp_title
- Widget to display custom taxonomy tag cloud
- term_description help
- Custom Taxonomy Relationship (ex: plant classification)
- register_rest_field for custom taxonomy fields that are assosiated with custom post type
- Help With issue on pre_get_posts filter in taxonomy
- Custom Taxonomy Images with Advanced Custom Fields
- Adding session variable and/or cookie based on user-selected input
- How to display term description in empty terms archive?
- 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
- 404 for a custom taxonomy?
- 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
- How to show only terms by id or slug on edit-tags.php (custom taxonomy manage page) for a custom taxonomy
- 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?
- Custom Taxonomy Not Working When added to WordPress Search
- Custom taxonomy terms in the admin site is not saving for widget
- 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
- Avoid taxonomy-%term%.php if more than one taxonomy
- 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
- Wp_insert_term doesn’t work from separate file with custom taxonomy
- How to add a shortcode function that returns the taxonomy slug of the actual post within the loop
- Retrieve the child terms by having the parent’s information
- Random order not working correctly when using default loop + $query->set
- Convert post meta to custom taxonomy?
- How to create filter’s for custom taxonomy page
- How to get a taxonomy by a term slug?
- Get taxonomy link with post type slug prefix
- Query by multiple custom taxonomies
- get the custom taxonomy name?
- 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
- Post Custom & Taxonomy 404 error
- Templates files for custom post type with custom tags
- 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!!)
- Query Number of Loaded Posts in Loop
- Trying to achieve row posts below category with multiple loops in custom tax
- WordPress doesn’t respect the template hierarchy?
- List of taxonomy archive index page links
- How to get tags with custom taxonomy field?
- How to associate string with individual use of taxonomy term
- Primary Taxonomy for Post
- Polylang non translatable custom taxonomy
- Getting Catategory / Taxonomy Description on Non-archive Pages
- Trying to list custom categories in custom post type [closed]