Tag Archives: Wordpress Post

WordPress Custom Post Type Plugins

This tutorial will help you to create custom post type using register_post_type. register_post_type should only be invoked through the ‘init’ action. <?php /** * Plugin Name: Custom Post * Plugin URI: * Description: Add the custom post type like user * Version: The Plugin’s Version Number, e.g.: 1.0 * Author: Name Of The Plugin Author […]