This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Register Custom Post Type | |
function slider() { | |
$labels = array( | |
'name' => _x( 'Post Types', 'Post Type General Name', 'Post Types' ), | |
'singular_name' => _x( 'Post Type', 'Post Type Singular Name', 'Post Types' ), | |
'menu_name' => __( 'Post Types', 'Post Types' ), | |
'name_admin_bar' => __( 'Post Type', 'Post Types' ), | |
'archives' => __( 'Item Archives', 'Post Types' ), | |
'parent_item_colon' => __( 'Parent Item:', 'Post Types' ), | |
'all_items' => __( 'All Items', 'Post Types' ), |