Custom Post Type Registration
Register a custom post type with full featured support including custom fields and taxonomies.
<?php
/**
* Register Custom Post Type - Portfolio
*
* This function registers a custom post type called 'portfolio'
* with all the necessary sett...