[ad_1]
[ad_2]
I’m currently working on creating a digital catalog for 1300 films made at an artist run co-op from the 70s until now. It’s going to be added onto a previously built wordpress website. I have all the information in a filmmaker pro database which I’ve exported into a CSV. Looking to have a searchable catalog that links to individual pages with each film’s title, filmmaker, synopsis, year, genre, etc. Wondering what plugins would be recommended as I have little wordpress experience?
First you need a [custom post type](https://www.wpbeginner.com/wp-tutorials/how-to-create-custom-post-types-in-wordpress/), for your Films, then set up [custom taxonomies](https://www.wpbeginner.com/wp-tutorials/create-custom-taxonomies-wordpress/) for genre, filmmaker etc.
Then you can find a plugin to import from the CSV into the post type and taxonomies. [WP All Import](https://www.wpallimport.com/) can handle this