- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
custom post type
April 16, 2015
Custom post type is a new content type like pages and posts, that can be added with template or additional extensions installation or via an additional PHP coding.
By default, WordPress includes 5 post types:
Page
Post
Navigation Menu
Revision
Attachment
However, you can create a new custom post type and call it whatever you want. For example, if you run a games website, you would probably need to create a Game post type. This post type can have specific custom fields and even use its own categories structure.
You can add as many custom posts as you want. Every post type has its own tab in the WordPress Dashboard main menu:

All TemplateMonster WordPress templates include custom post types, for example: Testimonial, Services, Our Team, Portfolio, Slides, etc.
More information about Custom Post Types you can find at the following link.
Feel free to check the detailed tutorial: WordPress. How to create a custom post type.