You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is entirely possible using WordPress Rewrite API, but I believe it's outside the scope of this plugin.
First of all, do you mean CPT1 and CPT2 are separate non-hierarchical post types, where CPT2 is connected to CPT1 via Posts-to-Posts plugin? The plugin has all the query_vars you need to build your custom rewrite rules. See Wiki for the query_vars and for the Rewrite API basics check this tutorial. But I must warn you - custom rewrites is a complex concept for non-developers and first-timers.
Is it possible to make the child CPT slug fall under the parent URI similar to how page parents currently work?
I'd be happy with something like
cpt1/cpt1-item/cpt2/cpt2-item/
location/location-name/floor-plans/studio
Thanks,
The text was updated successfully, but these errors were encountered: