The beauty of wordpress that you can customize your site as you want. You can create custom posts of your blog or website. Extending the feauters of WordPress you can easily create a site like Youtube, BBC. There are five post types built in WordPress. Custom Post Types are-
- Post
- Page
- Attachment
- Revision and
- Navigation
To create a custom Post Type, you have to create some functions in your theme fuctions.php or you can create a new Plugin file. Open your theme functions.php with your suitable Editor. I am using Sublime Text 2. For example you want to create a Portfolio section in your website.
It's up to you that you want to create the Portfolio section as post or page type. It's called "capability_type".
Register a function
...


