[Plugin: Quick Post Widget] Remove/hide parent taxonomy droplist
-
I am searching for solution so long. I need help. I want to let Users to add new taxonomy in quick post widget but to remove this confusing parent droplist and all new taxonomies to have default parent.
I need to change this code :
<?php if ($the_tax->hierarchical) { wp_dropdown_categories('taxonomy=' . $taxonomy . '&hide_empty=0&class=quick_post_taxonomy_droplist&name=quick_post_new_' . $taxonomy . '_parent&hierarchical=1&show_option_none=' . $post_cat_parent_default . '&selected=' . $_POST['quick_post_new_' . $taxonomy . '_parent'] . '&orderby=name'); }} echo '</div>';}}} if ($use_captcha == 'yes') { ?>
but i am not very good in coding and what ever I try I get fatal error.
PS. This is very good widget but is there any other widget which let guests to write new post and choose category and taxonomies?
- The topic ‘[Plugin: Quick Post Widget] Remove/hide parent taxonomy droplist’ is closed to new replies.