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.