You simply made a mistake on the key to use : it’s taxonomies not taxonomy.
$args = array(
'taxonomies' => array('publications')
);
register_post_type( 'imagery', $args );
Related Posts:
- How to get all taxonomies of a post type?
- Renaming Custom Post Types and Taxonomies
- How to change permalink structure for custom post type and it’s taxonomies?
- How do I append multiple taxonomies to the URL?
- How do I list custom taxonomy terms without the links?
- How to list custom taxonomy categories?
- Custom Taxonomy Template Post List with Sort Order
- wp_insert_term doesn’t work with custom post type’s taxonomy
- Remove quick edit for custom post type
- Count posts that have specific taxonomy term attached
- Taxonomy archives based on Custom Post Type
- Order Posts by Taxonomy and Meta Value
- Get the ‘slug’ of a custom taxonomy
- Taxonomy page returns 404 page not found
- It is possible to get a list of post types asociated to a taxonomy?
- display multiple term post from taxonomy in a single page
- Custom Metabox with Taxonomy Dropdown – Saving Issue
- How to get the parent’s taxonomy?
- Group Custom post type in a page by its taxomony tag
- create a back-end wordpress content submission using custom post type
- Include custom post type in “all posts”
- Same base slug for CPT post and CPT taxonomy terms
- wp_insert_post custom taxonomy
- Display taxonomy term only if there’s a value
- Post Link Filter Help [closed]
- Get all taxonomies for all post types
- How to list custom post types?
- Custom Post Types and Categories?
- 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_terms showing all categories instead of the ones assigned to a specific post
- Why does querying on post_tags (which has been applied to custom post types) only return posts?
- Order By Post Type ThenBy Taxonomy
- How to show CPTs in term archive
- Custom query to filter posts that have current post as a taxonomy [closed]
- wp_set_object_terms() not adding new term to custom post and custom taxonomy
- Is using taxonomies the way to go here or would custom post types be better?
- Categories of custom taxonomy don’t show any posts
- Custom Taxonomy back-end customizations
- Is it possible to have dedicated page for parent/child taxonomy?
- Display a grid of taxonomy terms at root taxonomy page
- limit value taxonomy based on previous taxonomy value wordpress
- Using meta_query and tax_query at the same time
- How to conditionally redirect to the post from a taxonomy page?
- How to make custom taxonomy into drop down select in a custom metabox
- How do I share categories across multiple post types?
- Filter get_cat_id for Custom Post Type
- Unable to link categories to custom post type using standard function
- Custom post type – list posts based on meta_key and display them divided by CPT taxonomy category
- Custom taxonomy (categories) on custom post type return no results
- get_category_link() for custom post type does not include custom slug rewrite?
- Add tags to custom post type without menu link
- Invalid Taxonomy
- I need to add a filter to prepend the term ‘National – ‘ to the post title if the post is tagged to multiple states
- Changing CPT slug and taxonomy already registered in parent theme
- Shortcode to return single custom post based on post taxonomy
- Custom Taxonomy Terms in Menu lead to which page?
- Display 1 Post per taxonomy with polylang
- “Menu order” being ignored when querying posts from a parent taxonomy with “include_children” set to true
- Can I use the ‘category’ taxonomy for both posts and a custom post type?
- How to automatically create a terms based on each post of a post type
- CPT : Next or Previous term link when has not adjacent post
- Display Custom Post Type Based on Taxonomy With WP_Query()
- How do i enable categories for my custom post type?
- Create custom post type categories
- How to add CSS class field in Custom Taxonomy?
- Taxonomy doesn’t follow slug permalink structure
- Set a Default CPT taxonomy by taxonomy id
- how to create custom taxonomy drop downs for parents and child
- How to Use A Custom Post Type as Taxonomy for Another Custom Post Type
- How to manage a dynamic multi-level page hierearchy system?
- Get name CPT with slug taxonomy
- Categories manage
- How to get post type archive category title
- Automatically / dynamically populating tags in custom post type
- Filtering custom post using Ajax and taxonomies, keep getting 0
- Changing an item in drop down after 5 latest posts per taxonomy
- Query for a custom post taxonomy
- How to create groups like that in buddypress?
- Organising custom taxonomies and custom post types
- Update Cateogory Taxonomy Count for Attachment Post Type
- Filter Term By Parent Term – Custom Post Type
- get children from current variable (taxonomy) via shortcode
- Related posts by taxonomy [duplicate]
- Taxonomy count per Post type
- Connecting multiple post types? Or linking “News” posts with “Game” posts how?
- Sort by Custom Post Type (Multiple Loop)
- How to display elements of different post types?
- How to display only taxonomies of custom post type in a page?
- Custom Post Type order Title ASC
- get_the_term_list() wanting to loop through the returned values
- Displaying child taxonomies
- Echo post count of CPT with current taxonomy
- How to add to taxonomies to a post type
- Filtering custom post types using category taxonomy
- Is it possible for post and custom post type to share a category base slug?
- custom taxonomy not return in the code
- How do I get parameters from the URL?
- Custom Taxonomy archive with url parameters