Best approach for creating different asset types
-
I’m new to WordPress and looking for best practice advice on how to best create items for a directory-type website I’m working on.
My website is intended to work like a website, not a blog. It is intended for a small, niche film making community.
The homepage will be similar to Producthunt and I want to simply list a number of different websites with the Website Name and Website Description. See this link for an outline of the kind of thing I’m going for – https://ibb.co/sKryvXM.
Each website I am considering a resource. There will however be different types – websites, apps, books, podcasts etc.
Later stages of the website will hopefully lead to two developments:
- Each resource having a bunch of decriptive metadata attached to them.
- A form where visitors can submit their own resources to add to the directory
My question revolves around how to configure these in a WordPress environment. In doing my research Custom Post Types seemed like the way forward but doing more research these seem unsuitable for various reasons:
– Custom fields used for the metadata don’t allow for easy, rigid data validation which I will need to keep my data clean.
– Each Custom post types seems to need to be its own page – I don’t want this. I want to list all of these resources in grids on single static pages.Can someone give me some pointers on how to approach this. I have basic PHP, JS coding knowledge but this is very much a hobbyist side-project,
The topic ‘Best approach for creating different asset types’ is closed to new replies.