• Hi, I want to apply this code in the link below:
    http://codex.wordpress.org/Template_Tags/wp_dropdown_categories

    Can somebody help me how can I apply the codes? I’ve tried to change or add the codes in wp-includes/category-template.php to find wp_dropdown_categories but there has not been any changes. I think I didn’t arrange the codes correctly.

    Any help would be highly appreciated. I really need to get my product categories to be displayed in dropdown menu because I have hundreds of them.

    Thank you.

Viewing 1 replies (of 1 total)
  • webstandardcss

    (@webstandardcss)

    taxonomy=wpsc_product_category

    <li id="categories">
    	<form action="<?php bloginfo('url'); ?>" method="get">
    	<div>
    	<?php wp_dropdown_categories('show_count=1&hierarchical=1&taxonomy=wpsc_product_category'); ?>
    	<input type="submit" name="submit" value="view" />
    	</div>
    	</form>
    </li>

Viewing 1 replies (of 1 total)
  • The topic ‘How to edit function reference for wp ecommerce dropdown product categories?’ is closed to new replies.