I have successfully created:
1. A submission form to create Custom Posts with hierarchical taxonomy.
2. A Dynamic Custom Display listing all the entries and linking to single entry pages.
So far so good, but I how do I display the entries so that they are filtered by taxonomy category, rather than displaying the entire list of entries?




October 31, 2012 at 12:48 pm
This could be done the same way we are filtering this bugs list: http://demo.formidablepro.com/view-bugs/
We have a hard-coded navigation menu with links like: http://demo.formidablepro.com/view-bugs/?status=Open
Then in our custom display we have a "where" option that tells the page to only display entries where our status field matches the status parameter in the URL. So ?status=Open tells the custom display to only show entries where status is equal to "open"
would this method work for you?
November 1, 2012 at 9:13 am
Thanks, Steve. Useful info.
Topic closed.