Problem with the display of categories in the blog
Hello,
I have to display several categories in a page but not all of them..
So I went through the Multiple categories field..
Normally everything works except that it no longer displays the filters with this system.
Can you tell me how I have to do because there must absolutely be the filters that must appear.
Thank you in advance for your help.
Cordially,
Martin
Comments
Hello Martin,
This is hardcoded in the theme, this is not possible to display by the default.
You would have to edit the theme php code and adjust the js script to manage limited filters.
Thanks
Hello,
OK thanks for your answer.
Could you tell me in which file I should make this modification if possible?
Cordially.
You have to look into the /functions/theme-shortcodes.php file, look inside for the sc_blog function, there you will find whole HTML content of that element, including the filters system.
Thanks