/>PHP

function nacin_register_slideshows_post_type() {
register_post_type( ‘slideshow’, array(
‘labels’ => array(
‘name’ => ‘Slideshows’,
‘singular_name’ => ‘Slideshow’,
),
‘public’ => true,
‘show_ui’ => true,
‘show_in_menu’ => ‘edit.php’,
‘supports’ => array( ‘title’ ,’thumbnail’, ‘editor’ ),
) );
}
add_action( ‘init’, ‘nacin_register_slideshows_post_type’ );

/> /> /> Visit wpsnipp.com for details on how to setup this WordPress snippet. /> /> Share this post. Facebook | StumbleUpon | Delicious | Tweet It | Digg This | DesignBump-It | DesignPoke-it /> />

Tags: