How can I "disable" a Category from showing up on footers and posts pages? Do I have to delete the Category altogether? I would like to keep some of my Categories, but is there a way I can keep the Category Name but not allow it to show on page? (I just can't find a setting for this in Customize.) Thank you.
If you want to delete category "_Theme" - please add more this code to Customize > Custom CSS:
.widget.widget_categories ul li.cat-item-31{ display: none; }
If you want to delete another category, please change number 31 on the above code to category ID of that category - check this guide to know how to find ID of a category.
Hi, thank you for your reply. If I want to delete more than 1 category, can I insert several and separate them by commas? OR, do I need to create a new, separate line for each category I don't want to display? Thank you.
How can I "disable" a Category from showing up on footers and posts pages? Do I have to delete the Category altogether? I would like to keep some of my Categories, but is there a way I can keep the Category Name but not allow it to show on page? (I just can't find a setting for this in Customize.) Thank you.
Hi,
What's category you want to delete the?
If you want to delete category "_Theme" - please add more this code to Customize > Custom CSS:
If you want to delete another category, please change number 31 on the above code to category ID of that category - check this guide to know how to find ID of a category.
Best Regards,
PenciDesign
Hi, thank you for your reply. If I want to delete more than 1 category, can I insert several and separate them by commas? OR, do I need to create a new, separate line for each category I don't want to display? Thank you.
Hi,
If you want to remove 2 categories with IDs for example: 50 & 55
You can use the code like that:
Best Regards,
PenciDesign
Great, thank you.