Comments MiraVeda started the conversationOctober 30, 2017 at 8:15pmI'd like to have all categories selected except a couple. Ids this possible? 2,700PenciDesign repliedOctober 31, 2017 at 2:30amHi,To do that, you need to edit the files in this theme.Please do following steps:1/ Install & activate plugin WPide2/ Go to admin > WPide > and add more this code: $query['category__not_in'] = array( 2, 6 );like on this image.Note Important: You need to change number 2 & 6 to categories ID you want to exclude.You can check this guide to know how to find category ID of a category.Best Regards,PenciDesignMiraVeda repliedOctober 31, 2017 at 11:30pmWhich file in the theme do I edit to affect the Popular posts widget only?MiraVeda repliedOctober 31, 2017 at 11:43pmSorry, I missed the screenshot. Thanks…I can take care of it. Sign in to reply ...
I'd like to have all categories selected except a couple. Ids this possible?
Hi,
To do that, you need to edit the files in this theme.
Please do following steps:
1/ Install & activate plugin WPide
2/ Go to admin > WPide > and add more this code:
like on this image.
Note Important: You need to change number 2 & 6 to categories ID you want to exclude.
You can check this guide to know how to find category ID of a category.
Best Regards,
PenciDesign
Which file in the theme do I edit to affect the Popular posts widget only?
Sorry, I missed the screenshot. Thanks…I can take care of it.