Create dynamic subpages for single custom post types
-
Hi!
I’m creating a WP site for a source for architecture and design with a bunch of brands. I’ve set up a custom post type ‘brand’. With ACF, I’ll register some custom field groups (overview, products, solutions, catalogs, videos, news etc). Each group fields gets its own subfields.Each brand also needs subpages for each group fields (brand-a (this is a redirect URI for overview), brand-a/products, brand-a/solutions and so on).
The goal is to make this as simple as possible, avoiding adding sub pages for each brand since there could eventually be thousands of brands. Bonus points to have those urls work without actually having a subpage created at all, so it’s only a page for each brand and the subpages are just dynamic, maybe using some redirect rules for the subs.
As a visual, sitemap might be..
Brand A (overview)
— Catalogs
— Products
— Solutions
Brand B (overview)
— Catalogs
— Products
— Solutions
Brand C (overview)
— Catalogs
— Products
— SolutionsDoes ACF extended could help?
Looking forward to reading your answers.
The topic ‘Create dynamic subpages for single custom post types’ is closed to new replies.