[ad_1]
I have a landing page that I would like clone 100 times.
On each of the cloned versions I would need to change 2 headings, 1 word in the first paragraph and 2 words in the second paragraph.
I would also like to update each cloned version with its own specific URL.
All of the information is currently in a spreadsheet and I’m using the the Divi theme.
Is there a way to automate this?
[ad_2]
I would probably do this:
1. Install Advanced Custom Fields plugin
2. Create new field group for Post type equals Page
3. Create the four custom fields needed. Heading 1, Heading 2, Paragraph 1, Paragraph 2.
4. Use the ACF shortcode to display the content on the page.
Since you now have the custom fields being used to populate the content, you can use other plugins that export the field data to CSV, which would allow you to easily change the values via spreadsheet in bulk. Same with the permalinks, page title, etc.