I am trying to build a site that has the specifications for thousands of products. I have a database with all of the products that gets updated and added to weekly.
Is there a way of having pages for each product without having to go through and create a post for each one? I was hoping, ideally, to have a single page that can be dynamically populated based on the slug.
For example products/product1 would load the same page as products/product2. I have already created a page that is able to check the URL and pull the correct content, however, each one need its own post just so I can access the specific slug meaning I’ll have thousands of posts to create.
Put more simply, Is there a way I can generate new slugs and have them all point to the same page like a redirect but without changing the URL?
Thanks so much in advance!
[ad_2]