How to create bulk page and content? [closed]

I am creating a website about cars. I want to have a page for each car, with subpages (i.e. Gallery, Specs, etc…) for each car page. I have the content on my hard drive for each car. Doing this manually will take forever, so i was thinking of writing a code (maybe in python) that will fill the contents for each car into an html file; however, i read that WordPress doesn’t store files but instead keeps the content in a database. So my question is, what’s the best way to create bulk pages and upload them to WordPress? Is there a plugin which i’m missing that can do this?

Thanks.

1 Answer
1

I would suggest manually creating your first page (a custom post type might make more sense here?) in WordPress and then use the fantastic WP CSV plugin to export the page.

Using the first page fields as a guide, simply copy your car data into the appropriate cell in a chart and import the completed CSV data when finished.

Leave a Comment