Based on our discussion in the comments I think the issue you’re experiencing is that you’ve got a slug conflict with WooCommerce ‘downloads’. Your CPT isn’t conflicting but the slug it’s applying is probably conflicting with WooCommerce’s slug for downloads.
To rectify this, simply prefix your slug or adjust it:
/dls/
/nthn_downloads/
/themename_downloads/
Anything of that sort that’ll differentiate it from the download endpoint & urls that WooCommerce generates for downloadable products should be sufficient.
Using the CPT UI plugin you would just edit your Post-Type and scroll down to the area pictured here…
Related Posts:
- Style custom columns in admin panels (especially to adjust column cell widths)
- Why are comments and trackbacks still getting through for custom post types?
- Display a query with multiple post types and same relationship on a single page
- Why get_next_post_link() or get_previous_post_link() doesn’t return the required links?
- Add metabox with media uploader in a custom post type [duplicate]
- Add Settings to Custom Post Type
- How to set a custom post type post as static front page?
- Add links to post categories and taxonomies in wysiwyg link modal?
- Custom post type archive with pagination?
- Displaying Post Title on Post Edit page?
- How to save contact form 7 data in Custom Post Types (CPT) [closed]
- Custom user role not working as expected
- Rewrite on custom post type permalink not working?
- Wp-query causing problems with the_content();
- Add common Post Actions to Custom Meta Column
- Custom Taxonomy Breadcrumb Navigation
- Make custom post type display as a page
- Problems excluding a custom post-type from the loop
- Custom post type with specific category structure
- Is it possible to make tag archive page specific to Custom Post Type?
- get custom post type categories
- Custom query variable – get wordpress to redirect to nice permalink url
- Multiple portfolios with one custom post type?
- Custom Post Type and Taxonomy combination
- XML-RPC and Custom Post Types
- How to enable a custom post type to custom user role in WordPress
- How to create an array for a CPT post ID to use in an IF/WHILE statement
- How to filter search results by post type?
- Can’t unregister parent theme’s CPT from my child theme
- Show Post Thumbnail In Custom Post From Other CPT
- Unable to show meta box data in frontend
- Get Post Primary Category
- Loop through Custom Post Type, and then show children within each iteration
- Is possible add class for last post of Custom Post Type?
- how to get URL of media uploaded to WordPress via media_handle_sideload()
- How to only show posts assigned to current user, only in certain post types
- Archive for custom taxonomy lists all posts instead of current taxonomy
- Parent and Child relation for custom post types
- modrewrite not working on my Apache setup
- search also in taxonomy, tags and custom fields
- forming WP_Query for posts of all post types but from specific categories
- Querying Two Custom Post Types with OR Not Working
- How can I get the number of custom post type posts that have a specific attachment image set?
- Bulk Update Custom Fields for Custom Post Types
- Changing the search url according to language
- Adding custom taxonomy in same menu place with two custom post types
- Multiple pages for posts?
- ‘exclude’ argument is not working with get_posts for a custom post type
- How to use Custom Page Templates for hierarchical Custom Post Type
- Multiple templates for single custom post type
- How to get a custom type post data when it has a connection with another custom type post?
- List of child custom post types lists all custom post types
- get post types and plugin order
- page template for custom post type
- Full RSS feeds for Custom Post Types
- How to do admin CRUD & Pagination
- Where are post type columns stored in database?
- posts within custom post type all share the same content in the front-end
- How to change single custom post template by custom taxonomy?
- How to query Posts from a custom post type which contains a custom taxonomy?
- Let users upload image(s) to the post from front end
- Insert custom fields to a custom post type
- How to order custom posts by one of the custom fields value, ‘date’?
- Function to allow single post template based on custom taxonomy?
- Multiple custom post types on index page with custom templates
- A sports wordpress website
- What is the best way to set the post category (Custom Post Type) automatically based on the one of the tags assigned to the post?
- Dynamic template page calling shared taxonomies CPT or Plugin post type : how to clone taxonomy for plugin + set up dynamic shortcode
- How to create additional rendering for custom post types?
- Custom Column in CPT admin table not updated after Quick Edit save
- 404 – Taxonomy Archive Page
- How do I insert a custom post type query after a certain number of recent posts and then resume recent posts?
- Create and Update 2 CPT sequentially
- How can I display a specific category on Front-Page
- how to display new private message to users?
- Custom taxonomy with custom post type archive page
- Multiple non-hierarchical custom taxonomies frequently used terms showing up in first selected taxonomy box
- How to seperate posts by categories?
- I want to create pagination for my custom post type archive that i am displaying with loop
- Search in multiple specific post types
- Showing taxonomies with terms that are attached to custom post
- Custom Post Type is not respecting assigned categories
- Help with Travel Guide Setup
- custom search form for custom post
- How to set a default CPT template and create post attribute´s display rules?
- Project Category Heading
- Getting Custom post category from Form
- date archive future posts
- Loop with Custom Post Type and Taxonomies
- wp_get_archives(); Change output of link
- Select custom post by meta value
- Custom post type – columns order
- Custom taxonomy labels won’t display
- Query custom type posts by array of IDs
- Custom post type with custom taxonomy
- custom post-type query just returns two posts
- Passing postid of Testimonial Custom Post in Shortcode Parameter
- How to get ‘Products’ on home page?
- How to add categories to a custom post type using wp_insert_post($new_post);
- Modify permalink of CPT archive to support two taxonomies