Problem: I would like to create a filter that allows Users to find posts that begin with a certain letter, like a glossary. I started following this post, but mine does not work: https://toolset.com/forums/topic/az-glossary/
Solution: Remove the Query Filter and Filter Controls from the View of taxonomy here:
/wp-admin/admin.php?page=views-editor&view_id=9950
You do not want to filter the list of terms, you want to filter the list of posts.
Edit this View:
/wp-admin/admin.php?page=views-editor&view_id=9952
Add a alphabets taxonomy term Query Filter, where the alphabet term slug is set by a URL parameter "wpvalphabet".
Insert this View in the Page here: /wp-admin/post.php?post=10061&action=edit
Relevant Documentation: https://toolset.com/forums/topic/az-glossary/
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | - | - |
13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | - | - |
Supporter timezone: America/New_York (GMT-04:00)
This topic contains 4 replies, has 2 voices.
Last updated by 6 years, 9 months ago.
Assisted by: Christian Cox.