Tagged Questions
0
votes
1answer
153 views
Filter/Sort Post Form On Taxonomy page
I am trying to create a form on the taxonomy template that will be able to filter the posts the current user is viewing. I want to use a few drop downs and submit button to do so.
My code looks like ...
0
votes
1answer
110 views
Passing values by form to create a query
I have this structure:
taxonomy
- term1
-- child term1
-- child term2
-term2
-- child term1
-- child term2
I have two select boxes. First one shows the parent terms (term1 ...
0
votes
1answer
368 views
How can I populate a select element with terms from a custom taxonomy and filter post results?
Alright, so first, I need you to check out this wire-frame so you can see what I'm trying to accomplish: Wire-frame
What I've done so far is this:
I created a custom post type for individual ...
0
votes
1answer
163 views
Custom taxonomy admin description
Is it possible to add a short description to a custom taxonomy's admin area? For example, I've added a taxonomy that determines what kind of banners are displayed on a post's page. In the meta box ...