Quick fix
-
Any way I could delete show_count from the code bellow without messing with the functions? Every time I add a post it shows the number of how many posts I have, I want to get rid of that, Thanks a lot!
<form method="get" action="" id="real-estate-search"> <?php wp_dropdown_categories('show_option_none=Select a State&show_count=1&hierarchical=1&taxonomy=State'); wp_dropdown_categories('show_option_none=Select a County&show_count=1&hierarchical=1&taxonomy=County'); wp_dropdown_categories('show_option_none=Select a City&show_count=1&hierarchical=1&taxonomy=City'); wp_dropdown_categories('show_option_none=Select a Company&show_count=1&hierarchical=1&taxonomy=Company'); wp_dropdown_categories('show_option_none=Agent Type&show_count=1&hierarchical=1&taxonomy=Agent'); echo '<input id="searchsubmit" class="searchsubmit" type="submit" value="Search Real Estate Agents">'; echo '</form>';
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Quick fix’ is closed to new replies.