Tagged Questions
0
votes
1answer
45 views
Three level taxonomy dropdown frontend
I have a code in my functions.php to display 3-level taxonomy dropdown:
$brand_taxonomy = 'county';
$taxonomy_name = 'Vietovės pasirinkimas';
...
0
votes
1answer
57 views
Widget Development - Displaying dropdown content
I'm using the following code to create a widget to select a post from a dropdown - which works fine in the backend, but I can't figure out how to display this on the frontend...
<?php
class ...
3
votes
1answer
112 views
Saving two categories from two dropdowns in front end posting form
So, here's the deal:
I have two category dropdowns, the first for the parent categories and the second for the child categories. They form a chain so that when you select the parent category the ...
3
votes
1answer
2k views
List custom post types in dropdown
I have three custom post types, each with around 5 taxonomies and 2 of the custom post types share two taxonomies.
I've just about got everything set up for posting from the front end other than the ...