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

Surendra Sharma and LallanTop

एक ऐसा एपिसोड जो हर बच्चे, जवान और बूढ़े को देखना चाहिए कैसे सुरेंद्र शर्मा जी इतने लोकप्रिय और हाज़िरजवाब है और क्यों है। इस एपिसोड में आप कई...