Tell us what you are trying to do?
This is my main blog category display. hidden link
When a visitor click a category, it displays posts in the category, but I would like to display list of subcategory which only belong to this category in grid view just like the parent page (hidden link).
basically if there is another sub-sub category the same structure repeats as the breadcrumb progress. So user can see and feel where they current are and click relevant sub categories to find articles they are interested in.
hidden link was easy, i made a view to display taxonomy, but sub category is hard. I am reading few documentation such as below. but I cannot achieve what I want.
Is there any documentation that you are following?
https://toolset.com/forums/topic/how-can-i-display-sub-categories-in-grid/
By the way, is there any way to display the category widget on the right show hierarchy structure? Right now they are all the same level.
Sorry everything is in Japanese so it's not easy to see what I am trying to explain.
Hello,
It needs a taxonomy view, for example:
1) Dashboard-> Toolset-> Settings-> General
in section "Editing experience", enable option " Show both the legacy and Blocks interface and let me choose which to use for each item I build"
2) Dashboard-> Toolset-> Views, create a view, for example "sub-category":
- Query terms of "category"
- Filter by:
Select taxonomy terms whose parent is the current taxonomy archive.
- In view's loop, display term's information
3) In the sub category, display above taxonomy view's shortcode:
[wpv-view name='sub-category']
More help:
https://toolset.com/documentation/user-guides/views/views-shortcodes/#wpv-view
Hi,
Thank you for your replay.
I am not sure which 1-3 meant for which problem. I have already gone through all of them before posting my issue here. but I still couldn't solve the issue. So, I still need a help.
Do you have any other or more way to do what I want?
It should be able to work, and I have tried it in my localhost, it works fine, if you need more assistance for it, please provide a test site with the same problem, I can setup a demo for you.
I tried another time and worked this time. Thanks!!