Generating and linking to 100 pages
-
What I need is a bit complicated. It’s for an e-commerce site. I will have hundreds of pages (one for every country on earth) which I must link to from one place. I need to do the following:
1. Create a user-friendly way for visitors select a country. Ideally, this would be an autocompleting search form with a dropdown option. (I really like Select2 for Bootstrap, for example.) Alternately, visitors could select a region, which would populate a separate dropdown list with countries in that region. Either way, the selected country will link to a country page.
2. Create those hundreds of country pages without typing out each and every one. They will all share pre-written information (e.g. “we ship here”, “sales tax applies”, “COD available”, etc.). So ideally I would just generate these pages why checking off which attributes belong to which countries.
I am very new to WP so please forgive me if these are naive questions. Any help much appreciated.
- The topic ‘Generating and linking to 100 pages’ is closed to new replies.