[ad_1]
I need to bulk create a lot of pages on my website all the same template just different image and texts. I don’t want to do it one by one since its more than 100 pages.
I want to upload a csv document with all the data and load these into custom fields to get the pages created with just a few clicks. Are there any ways to do this maybe with a plugin?
[ad_2]
All import, with field mapping for your custom fields. Can just import a properly formatted csv file or pull from a Google sheet etc.
Edit: [WP All Import](https://www.wpallimport.com/)
I think what you mean is import custom field data that populates a template that is used for a custom post type.
u/lickthislollipop gave you the way.
1. In ACF, create a custom post type
2. Create custom fields in the CPT
3. Create a template using whatever method works for you eg custom code, gutenberg, elementor, etc
4. Import data using WP All Import – you’ll also need their ACF add-on.