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

फणीश्वर नाथ रेणु : ग्रामीण यथार्थ का राष्ट्रीय स्वर

फणीश्वर नाथ रेणु : ग्रामीण यथार्थ का राष्ट्रीय स्वर हिंदी साहित्य के इतिहास में जब भी ग्रामीण भारत की सजीव, धड़कती और बहुआयामी तस्वीर की चर्...