Hi, I want sub category entries to show but I only want to be able to sort by main categories
Hi,
Can you post a link to the page you are referring above? you can post it in Private Content so only moderators can see the link.
Best regards,
Nikko
Hi thanks or the reply. I have postd a link.
I tried adding ‘include_children’ => false, under terms but it didn’t work
any help
Hi,
To hide the sub categories filter menu items please use the below css
Please note the nth-child number of the catogery you like to add need to be added in css.
If you like to target the sub cats only on a specific page please use the page id class :)
.sort_by_cat a:nth-child(1),
.sort_by_cat a:nth-child(1) + .text-sep,
.sort_by_cat a:nth-child(3),
.sort_by_cat a:nth-child(3) + .text-sep
{
display:none!important;
}
Best regards,
Vinay
Hi, thanks it worked but now its not possible to sort by all, is there a way to do that as well?
Hey!
As i understand you like the “All” filter to appear correct?
Please remove the below lines in the code provided to show the “All” filter menu.
.sort_by_cat a:nth-child(1),
.sort_by_cat a:nth-child(1) + .text-sep,
Regards,
Vinay