Tagged Questions
0
votes
1answer
473 views
Filter results with custom field values and dropdown
I need to filter posts by a custom field value.
My specific example:
User browse to products > category 1 > subcategory A.
ALL "subcategory A" items (products custom post type) are displayed
as ...
2
votes
1answer
144 views
Search results sorted by post types
I am working on a site with several post types - 4 to be exact - and I am trying to setup the search results page to have a filter/sort the results by post types.
For example, when a person searches ...
0
votes
1answer
942 views
Add filter to wp_dropdown_pages() or wp_dropdown_categories() - no select container?
I'm working with wp_dropdown_pages() and wp_dropdown_categories() and both are always outputting a <select>-box with its <option>s as items.
Is it possible to add a filter/hook to this ...
2
votes
1answer
537 views
How can I display parent and child taxonomies in separate drop downs?
The requirement is where i have a taxonomy State which is the parent and it has a child sub-taxonomies they are the Cities, Need to display the state as a drop down, when i select the particular state ...
1
vote
1answer
343 views
How can I make a search form that can search taxonomies and posts?
I have a search bar on the homepage of my theme. I want the user to be able to select from a drop down to search for everything, posts, or taxonomies. I looked at the wp_dropdown function, but its ...