I’m working on a spreadsheet that has the contact information for thousands of training programs related to my niche. I’m wondering if any of you know a way to automate the process of creating a landing page for each entry. Each page will contain:
- School name
- School address
- School phone number
- School website
- School accreditation date
Since this is a very routine process, there must be a way to automate it all instead of posting 3,000+ landing pages. Let me know if you have any suggestions.
Thank you.
1 Answer
You can use the CSV Importer plugin to import your spreadsheet into posts or even better a custom post type say “school” import school name as post title and the rest as custom fields. Then create a single-school.php file in your theme directory and pull out the name and other fields and you are done.
Each school will have Its own page