Ownmaker Posted February 16, 2023 Posted February 16, 2023 Hello community, So basically I want to do below, these will be manual links with static id set from admin. <a href="{ home_url }?category=1">To show all videos from category_group_id = 1</a> It loads index page with all blocks filtering videos with category_group_id = 1 <a href="{ home_url }?category=2">To show all videos from category_group_id = 2</a> so on as above <a href="{ home_url }?category=3">To show all videos from category_group_id = 3</a> so on as above Have anyone done this before? Please help, Azamat Quote
Tech Support Posted February 20, 2023 Posted February 20, 2023 What you need is to enable var_category_group_id=category on all Index page list_xxx blocks. Then you can pass ?category=1, ?category=2 and etc. to filter index page by category group ID. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.