*** I’m not familiar with JetEngine, but this is what to do with core WordPress; maybe it will help. ***
The post_type_link filter only tells WordPress to change the URL in links, it doesn’t inform WordPress on how the page is requested:
Filters the permalink for a post of a custom post type.
To have the CPT permalink include the taxonomy term, set the rewrite parameter of the CPT to array( 'slug' => 'manufacturers/%manufacturer-categories%' ), and then adjust the callback for the post_type_link filter to replace %manufacturer-categories% with the term’s slug.
Related Posts:
- Permalink like example.com/taxonomy/post_type/postname
- WordPress CPT & Custom Taxonomy with the SAME Permalink Structure
- Remove slug of multiple custom post types with and without hierarchical
- How to get URL of current page displayed?
- Call to a member function add_rewrite_tag() on null
- how to get permalink structure with php
- How to Remove Parents Category Permalink from Posts
- add_rewrite_rule with bottom priority doesn’t handle the WordPress pages
- Put a link to a category round a hard coded A HREF
- How is WordPress manipulating the posts like there are folders?
- wordpress upgrade has broken my permalinks
- WordPress custom slug (endpoint) and compare all links
- Add prefix to link url
- 200 Rewrite blog post links
- php script to change slug in post automatically
- wp_trim_words() does not work with my code Am I doing any mistake in my code?
- Changes in permalink structure in WordPress and how to apply to in-site links
- WordPress Persistent connection rule does not work for “posts”
- WordPress every page is 404 not found including admin resources
- WordPress returning 404 for multisite pages
- How to use $_GET function WordPress backend
- How to get Post Type from the functions.php file
- Change product_base programmatically
- Divi change project category slug
- Custom post type permalinks do not appear using the link functions
- How to Handle Going Backwards in Navigation When Referrer in PHP/JavaScript won’t work?
- Remove slugs from custom posts type
- .html end of URl affected to SEO?
- how to edit a specific post slug using a php code?
- Creating a Category Taxonomy
- Replace Post-Title with variable
- Insert PHP code in Text
- Permalinks: site.com/post-tite vs site.com/post-id/post-title for SEO and Speed
- Can not call .php files after switching to %postname%
- Change permalink structure specific category
- understand what code is doing when prepending /blog
- Custom URL for multiple categories hierarchy
- WordPress redirects to localhost
- Why is my custom post content only viewable when signed into WordPress?
- On saving Post My permalink is updated and category is removed automatically which cause the 404
- 404 on old link after changing post url
- url not using query string no longer working
- Custom PHP form needs refresh to load page correctly
- Child-Theme Category View with modified permalinks (%category% removed)
- How to get all post status
- Get WordPress username to customize url
- Permalink doesn’t navigate to post (changes only url)
- Permalink changes after several minutes after saving post
- How to edit button permalink inside function.php using a child theme?
- Filter by Post Type
- Custom post type single with custom URL structure
- How do I stop my form from adding code to current page URL instead of re-directing. Been stuck for days
- image on homepage disappeared due to change of permalink name
- News post with multiple permalinks? When opened from different page
- How to mix 2 kinds of post types
- How do I generate formatted permalinks as specified in backend options?
- 403 Forbidden Localhost Wamp Apache Php
- redirect 301 with special character like WIX site “#!”
- Permalinks and custom PHP application
- How to solve 404 permalink errors on nginx server
- Some links broken after updating WordPress version
- add_rewrite_rule questions
- Weird slug in archives permalink
- WordPress Rewrite Issue
- Would it be possible to route WordPress Through an MVC Application
- Multiple URL from Custom post name
- Display a query with multiple post types and same relationship on a single page
- Get permalink for a post from inside WordPress and route to a related site
- custom data in url
- WordPress Set A Static Page/Template For All Sub-Pages
- Make a permalink to the most recent blog post
- PHP code for link with text
- Remove /category/ from category (archive) page URLs (without using a plugin)
- Accessing WordPress Functions get_permalink() in Vanilla PHP?
- WordPress add parameters with friendly url structure
- how to goto specific page number including title with permalink
- Displaying custom meta box value in a custom post page
- How to initialise WP_Query on the basis of a specific meta_value and continue iterating rest?
- WordPress different custom tag being displayed in on tag list
- Get category name of current post (CPT UI)
- How to sort custom sortable column by custom table value
- I want to show image from custom field image on my custom page template
- How to disable page create for custom post type, but allow a page with the post types slug to be created?
- How to make multiple custom taxonomies sit under custom post type slug?
- Limit a search box by CPT + taxonomies, in only one page
- Why do I get a 404 error on my custom post type archive pagination?
- Save_Post change Custom Post Type Post title to post id number
- Ajax infinite scroll random order shows duplicate posts on custom post type
- Same Custom Post Type Slug and Custom Taxonomy Slug, with hierarchial unique permalink structure
- fetch from an external api call and display results in page
- Remove slug and custom post type name from URL
- Hot to show custom post type taxonomies on archive page
- Integrate a Custom Post Type with Learndash Plugin
- create custom post type and populate custom fields using php
- Want to add custom post type for facebook feed
- Custom Post Types in WordPress Dashboard List Rows But Data is Blank
- Options of select field in a custom divi module ignore sorting
- WordPress per ACF – permalink is not working
- Processing data and redirecting with query string
- Set custom post type to load custom block pattern by default