As I have never used WordPress for dynamic content, I don’t know anything about it.
I want to create a custom post type about some products related to agriculture. These products are not going to be sold online, they are just going to be listed on the website with some info attached to them.
There are 6 categories in which these products are going to be divided. I want to have a link on the navigation that says “Products” which leads to the page consisting all these 6 categories of products and then inside the category page I want to list all the products in that category and then at last in the product page I want to add some details about the product and some contact info
what’s the best way to make this CMS collection list and display it on the website using only free plugins ?
[ad_2]
It may provide more than you need right now, but WooCommerce can be used in catalog mode (just product listings, no e-commerce).
Custom Post type ui should get you most of the way there. You can use it to create both the CPT and taxonomies.