You can register a custom taxonomy for more than one object type:
register_taxonomy( 'topic', array( 'post', 'link' ), /* more arguments */ );
But be aware that the link manager will be removed in 3.5, so it might be better to use a custom post type for links. You can register a shared taxonomy for that too.
Related Posts:
- How to enable category hierarchy for links?
- How to display non-hierarchical taxonomy as terms with checkboxes?
- Different template for subcategories
- Categories’ hierarchy in URL
- How to only show posts on last child category
- Category links suddenly started giving 404 errors
- Categories lose hierarchy order once assigned to post
- Any way to assign Post Categories and Tags to Links?
- Add Product categories to WordPress menu without losing hierarchy
- How can I get an tag to wrap each ancestor that gets outputted in this condition?
- how to get the categories for a single post in a hierarchical way
- Category tree is flattened inside admin upon saving
- Is it possible to select and edit the way the most recent post from a certain category is displayed on the page?
- Categories vs. Page Site Organization
- Displaying a full post instead of a slug per category?
- Link Attachment Image to Category
- Class active for Archive link – looped out
- Why do my categories redirect?
- How to categorize posts under Category 1 and Category 2 which are separate lists of categories, and display them as separate lists in widgets
- Get category url in loop
- Give a page priority over a category that has the same name?
- Add child category to parent on post creation and save
- Older entries link within category page
- Style category link depending on category ID
- How do I make the category sidebar widget (stock) display the total # of posts including those in subcategories?
- How to get Next/previous_post_link to go through articles in top parent category
- Hierarchical permalink structure for posts showing categories and sub-categories
- Get paged category link programmatically
- WordPress list categories dropdown with parent-child relation and child under it’s parent
- Link To Child Category For A Post
- Display only subcategories of a category and not sub-subcategories
- How to not display a category post on blog page?
- Link from navbar to categories
- javascripts files not linking to my category slugs?
- How to load several hierarchical categories from functions.php
- Check is category parent with ids from the childs – get_term_children
- Posts not listing out sub category in hierarchy
- wp_insert_link not working
- list all child categories that apply to current post even if those cats are empty?
- How to list posts from a sub-category that is listed in a parent category (more details below)?
- Show subChild categories
- Parent Category and Subcategory default text generated with category
- outputting taxonomy hierarchy
- Show Subcategory Name Instead of Parent Category
- Link For Portfolio Categories
- Different template for subcategories
- How to get the link of all categories
- Children categories not shown in dashboard
- Most efficient use of custom taxonomies, categories, and pages
- Display categories and their IDs
- Featured image for links and categories
- Categories as selectable links on submission form
- Displaying categories and subcategories without link
- How to get category slug link? ( include parent categories)
- List the category tree of all the product_cat categories
- Completely disable categories
- get_field not displaying my custom field value
- wp_list_categories exclude not working
- what is the action hook code to supporting product category condition in single product page of woocommerce?
- Posts from multiblt categories but featured image only in the first one, the rest to have the post title only
- Conditional Tag for sub cagtegories?
- Display only posts from referred category on date archive page
- Add a wordpress blog to my website having users
- in_category() not working in WordPress 4.9.7
- Inserting Category programmatically
- Category-slug.php not being used
- How to redefine the sorting of product categories by menu_order?
- Add category only if post has custom taxonomy category
- Restrict author to create subcategory in a selected category
- Display list of categories filtered by date?
- Redirect single article permalink to paginated category page
- List only categories i specify
- Author Page – List of categories plus number of posts in that category
- How can you access category information from a theme?
- Filter WooCommerce archive pages by an additional category
- How Do I Delete WordPress Posts Older Than 400 Days, From A WordPress Category
- Category Page Template – Can’t get category ID
- Shortcode to display all the post from a category in a page
- add woocommerce archive description if exist
- Can’t display posts by filtering categories using isotope.js
- Get a list of categories, separated by / to display inside the for custom metatags
- Is there a reason to put a product in both the Child and Parent Categories?
- Get_term_meta() always returns false
- Get only children category name
- Displaying only selected categories
- No results found for second level category
- get_the_category vs wp_get_post_categories
- How to get get_categories()’s ‘hide_empty’ argument to work with global year var in the archive template?
- Categories in media library
- WordPress Shop and restricting products and categories for some users/groups
- Pass list of categories to JS
- WP url to get rss with full text of post
- Paginating a list of all posts collected by category titles
- Customize category query in widget
- Page permalink rewrite
- Broken category styling
- Woocommerce Force the category choice before creating new product? [duplicate]
- Custom EndPoint not working when strip child category in URL
- Display posts in a random order for a specific category
- Why is WordPress adding in a subcategory to my url when it has no parent page?