Skip to content
Public Ticket #681

popular post widget exclude category

Conversation thread

MiraVeda Veda replied

Customer Reply

Sorry, I missed the screenshot. Thanks…I can take care of it.

MiraVeda Veda replied

Customer Reply

Which file in the theme do I edit to affect the Popular posts widget only?

PenciDesign replied

Staff Reply

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:

\
$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,

PenciDesign

MiraVeda Veda started the conversation

Conversation Start

I'd like to have all categories selected except a couple. Ids this possible?

Want to join this conversation or access attachments? Sign in first.