suzzane2020
Member
Posted 2 months ago #
Hi,
I have some data being fetched from another site . Information about basketball leagues.
Is there a way to dynamically generate pages for each team name(without creating them from the admin section).
So each team will have a dedicated page.
Please let me know if this is possible and if so how to go about it.
Thank You,
Suzzane
apljdi
Member
Posted 2 months ago #
I have some data being fetched from another site.
How are you doing this?
If you actually want to create pages you'll have to fetch your data and run it through a script that will create the pages for you. You might be able to create a single page template that parses your fetched data and gives the appearance of a page for each site.
trevorgehman
Member
Posted 2 weeks ago #
Sorry to resurrect this thread, but can you give more details on creating a script to make the pages?