• Hello

    I have a list of towns, approximately 4000 towns.

    Each town has your content, that will be dynamic loaded from the database.
    So, my questions is, do I need to created all those 4000 pages using wp functions? or there are another way to do that.

    Thanks

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    How does the data get in the database? Does that have to be part of your site? If so, then I’d make “town” a custom post type. If not, then I’d write a plugin that creates an endpoint of something like /town/town-name and have the plugin pull out the content as needed based on town-name.

Viewing 1 replies (of 1 total)
  • The topic ‘Do I need to create pages?’ is closed to new replies.