Custom Taxonomies
Hello Guys,
I'm currently working on creating a custom taxonomies - in actual fact I have created them. My question is - How do I automatically call different taxonomies just like the way catgories drop down is called?
For instance the function name to call catgories (html) is
"<?php wp_dropdown_categories('show_option_all='.__('ALL CATEGORIES', 'cp').'&hierarchical=1&hide_empty=0&orderby=id&sho w_count=0&title_li=&use_desc_for_title=1&exclude=& exclude_tree='.CP_BLOG_CAT_ID); ?>"
Let say I have created a manufacture custom taxonomies - how do I call it to display all the listing under manufacture?
Secondly, I would like to know which file to edit in order to ask user/customers to select this taxonomies just like the way classipress ask - choose a category before other form fields are called.
I would appreciate any help
Thanks
MannyMan