[Resolved] Alphabetical view filter term with specific character glossary
This thread is resolved. Here is a description of the problem and solution.
Problem:
Alphabetical view filter term with specific characgter glossary
Solution:
You need to use the view's filter hook "wpv_filter_taxonomy_query" with default WordPress hook "terms_clauses" in order to filter the view with specific character.
Yes.
The views are:
1. Stichwoerter Alpabetical First View
2. Stichwoerter Alpabetical Second View
The view is displayed on: hidden link
I think the view has to be different from the approach we took here, because like on the site hidden link it has to be a view for the alphabetical letters (maybe as a grid?) and if you click on a letter, the tags should appear for that letter (like on hidden link).
Thank you very much!
So, the views are not neccessary? I think, the solution you did with custom PHP code is not doable through (nested) views?
How can I link from a tag to the related article? For example if you click on one of the tags, that it opens the related article?
So, the views are not neccessary? I think, the solution you did with custom PHP code is not doable through (nested) views?
==> Well - if you see, we are still using nested views, so it requires nested view + the code to filter the tag names with specified character:
- hidden link
(As you noticed we added a view that displays the alphabets and loop editor section displays the tag title)
How can I link from a tag to the related article? For example if you click on one of the tags, that it opens the related article?
=> I just changed the
I split the ticket here. Please resolve this and we will continue with the split ticket. This will help other users searching on the forum as well as help us to write correct problem resolution summary that belongs to the orignial issue.