This document explains how to create, manage and filter by the most common attribute types (taxonomies) any custom created post type for Wordpress . You will need a little PHP programming knowledge to create some specific templates with some custom filters and loops.
After searching and trying several custom post types plug-ins, the best I can recommend, by far, is the Custom Content Type Manager (CCTM) available for free:
https://wordpress.org/plugins/custom-content-type-manager/
In this post I will show the basic usage of this plug-in and then how to create some templates with custom and complex filters for custom post listing and loops using PHP and WordPress functions. Continue Reading