Monday 12 March 2012

How to add custom post type in wordpress

Open “function.php” add the following code to add new custom post type :
<?php
add_action(‘init’, ‘featured_post_register’);

function featured_post_register() {
$labels = array(
‘name’ => _x(‘Featured Posts’, ‘post type general name’),
‘singular_name’ => _x(‘Featured Posts’, ‘post type singular name’),
‘add_new’ => _x(‘Add New’, ‘featured posts’),
‘add_new_item’ => __(‘Add New Featured Posts’),
‘edit_item’ => __(‘Edit Featured Posts’),
‘new_item’ => __(‘New Featured Posts’),
‘view_item’ => __(‘View Featured Posts’),
‘parent_item_colon’ => ”
);

Read more...

Featured Post

Katihar - कटिहार

कटिहार अक्टूबर महीना म अस्तित्व म पचास साल पहले अइले छेलै, मतलब दु अक्टूबर के पचासवाँ स्थापना दिवस मनैलके। कटिहार र साहित्य, संस्कृति आरू इत...