6.
How to Get Custom Post Types in WordPress
By default, WordPress comes with a few different post types. These are Posts, Pages, Attachments, Revisions, Navigation Menus, Custom CSS and Changesets. If none of these are suitable for your theme, WordPress allows you to extend the number of post types you have. You create or modify a post type using the register_post_type function.