Getting started on a data driven website
-
Hi
I’ve developed a couple of very simple WordPress websites in the past, but now I need to do something more complicated and I’m hoping to get some advice.
I need to create a web site in which:
1) the user is directed to the website via a url that includes a unique parameter string. For example
https://www.mynewsite.com/examplestring
2) the website then looks up the parameter examplestring in a database that it holds internally, and then displays a slightly different web page to the user depending on the database contents for examplestring. I would anticipate that there will eventually be thousands of entries in the database, so that is thousands of slightly different pages that I need to be able to display, but they will also be based on one template.
I’m stuck on where to start. From Googling I think that what I want to create is a “data driven” website (or web app), but I haven’t found any accessible examples of how to build one of these using WordPress.
Thanks in advance for any help.
- The topic ‘Getting started on a data driven website’ is closed to new replies.