You basically need to change the permalinks to remove the custom post type slug from your URLs and then add your post type to the main query.
This post should be what you need: Remove slug from custom post type post URLs
Related Posts:
- get_the_term_list without links in 3.1
- wp_insert_term – parent & child problem
- Custom order of terms for custom taxonomy in admin and website
- Custom Fields and performance
- Creating a custom Admin panel
- How to include parent terms in hierarchical taxonomy URLs?
- Remove description in custom taxonomy edit screen
- get_the_term_list without specific category
- How to redirect custom post type archive to first term of associated taxonomy?
- Extending wordpress search to include excerpts and taxonomies?
- wp_query to display custom taxonomy terms
- How to list all record from one custom taxonomy start with only one letter i.e A
- Removing the “Popular Terms” area from the Taxonomy Edit Screen in the Admin Area
- Creating an Archive using a Custom Taxonomy
- List Recent Post Titles from Custom Taxonomies?
- Custom Taxonomy Term Caching?
- Some of my custom taxonomies are not showing but still counted in a WPMU set up
- Redirect on saving term at custom taxnomy
- add hirarchy of categories in products grid of visual composer
- Add success message to category add screen
- wordpress testimonials
- Hiding taxonomies with no children WP_Query & tax_query
- WordPress Custom post query sorting does not work
- Taxonomy Rewrite Rules Redirecting Instead of Masking
- I don’t need ‘view’ page for my custom taxonomy
- Custom taxonomy not appearing in menu administration panel
- Best structure for entering recipes in a WordPress theme?
- Get Terms for Page
- Check If Taxonomy A and Taxonomy B has same Slug, 301 Auto Redirect Tax A to Tax B if True in WordPress
- Custom taxonomy link automatically removing query string and re-directing
- Add attribute taxonomy through code don’t appear in admin product page
- Create alphabetical Pagination for custom taxonomy?
- forward/redirect taxonomy archive of term to a page with same name
- Taxonomy Overview Page?
- Featured Images for Tags?
- Query Multiple Custom Taxonomies
- Use wp_list_categories to list parent categories from actual term
- Remove Custom metabox from particular page template is used
- Restrict viewing of posts by category, user role
- Assign a default description to new terms under a custom taxonomy
- WordPress tag or archive php file customization
- Best Method to Switch Between Terms (Custom Taxonomy)
- WordPress shortcode Issue!
- If term and page have the same slug, how can I view the term archive?
- Why is it defaulting to “uncategorized” even after I select a custom taxonomy
- Trying to achieve row posts below category with multiple loops in custom tax
- Custom Taxonomy, shows empty value (home page of website)
- Custom Search only for my Custom Taxonomy Page – data
- Unwanted redirection to homepage after turning taxonomy to ‘public’=>false
- get_the_term_list without links in archive template title tags?
- Avoid taxonomy-%term%.php if more than one taxonomy
- What does ‘category__in’ mean in queries?
- How Parent Taxonomy automatically added to the post when using `wp_set_object_terms()`?
- How to set custom capabilities for custom taxonomies?
- Update table wp_term_taxonomy.count after INSERT INTO via SQL
- Get posts in certain Taxonomy terms for the current page url
- Custom Taxonomy specific to a Custom Post type – rewrite URL
- Having Issue on Passing Variable into HTML Class Tag
- Get posts by Taxonomy without terms
- Why is flush_rewrite_rules mandatory after registering custom taxonomies?
- Is this the proper way to get a taxonomy description into a post template?
- tax_query not working
- WP REST API – get custom taxonomies based on terms & filter
- How can I reduce amount of ifs and else ifs in this specific block of code?
- Weekdays as terms – How to order taxonomy terms by ID in admin panel?
- Returning One custom taxonomy term name
- How to display ACF taxonomy checkbox links on WooCommerce product category archive
- Make child taxonomy categories use a set template
- Redirect to archive is single post has a certain term assigned to it?
- Return the most recently created custom taxonomy
- Output single post custom taxonomy child terms
- Proper way to update the slug of a taxonomy using register_taxonomy? [duplicate]
- Custom taxonomy not showing terms in post area
- Adding content to custom taxonomy category pages
- Display formatted list of taxonomy terms with last seperator different
- Forcing a term/taxonomy on all posts of CPT
- How to customize taxonomy archive template files for subterms?
- Displaying Custom Taxonomy without a hyperlink
- Are term IDs unique even between multiple custom taxonomies
- Is it safe to register a taxonomy without using any hooks?
- How to customize custom taxonomy url?
- Use the same taxonomy twice on the same post type?
- Get object for a few selected taxonomies
- What is the action hook that deletes a taxonomy term from the backend? And how to retireve the term id before deleting it?
- When filtering query on custom taxonomy; main menu dissapears
- Handling Multi-level custom taxonomy hierarchy
- Check if custom taxonomy has posts with get_categories()
- WordPress set taxonomy on post?
- How to add images to taxonomy terms? [duplicate]
- Exclude taxonomy term from all loops, but having it on widget
- Get all attachments by custom taxonomy – term
- Echo custom taxonomy slug
- Get terms that don’t belong to current post with a shortcode
- Get all terms, including unchecked, or get the terms outside loop
- How can I make front page to display custom taxonomy page?
- List Categories (wp_terms) and count posts
- Admin (All posts) stop responding problem
- Why get_page_template() doesn’t show taxonomy template file name?
- get_term_link not working
- Why can’t I use an array of term slugs in WP_Query?