[wd_asp elements=’search’ ratio=’100%’ id=1]

Dropdown to show categorys

18th February 2014

Wordpress - Show

wordpress category

0,
'sort_order' => 'ASC',
'sort_column' => 'post_title',
'hierarchical' => 1,
'post_type' => 'page'
);
wp_dropdown_pages( $args ); ?>

Others to include
‘exclude’ => ,
‘include’ => ,
‘meta_key’ => ,
‘meta_value’ => ,
‘authors’ => ,
‘exclude_tree’ => ,