wanna contact me ?
My Email (me_magicman at hotmail dot com) has been stolen/lost and here is my Active Email (hidden.pearls at hotmail dot com)
or fill the form below
wanna contact me ?
My Email (me_magicman at hotmail dot com) has been stolen/lost and here is my Active Email (hidden.pearls at hotmail dot com)
or fill the form below
Sorry Little correction i have the following structure
* Animals
Dog
Cat
Tiger
Lion
* Vehicles
Scooter
Bike
Car
Truck
im getting the 1st drop down as Animals and Vehicles, when i select Animals im not getting the sub cat values, i changed the code in
” $categories= get_categories(‘child_of=’.$_POST['main_catid'].’hide_empty=0&taxonomy=city’); ” to as
” $categories= get_categories(‘child_of=’.$_POST['main_catid'].’hide_empty=0′); ”
still it does not populate the sub cats. but when i increased the depth –> 2 in
” wp_dropdown_categories(‘show_count=0&selected=-1&hierarchical=1&depth=2&hide_empty=0&exclude=1&show_option_none=Main Categories&name=main_cat&taxonomy=state’); ”
im getting this in the 1st drop down
* Animals
Dog
Cat
Tiger
Lion
* Vehicles
Scooter
Bike
Car
Truck