Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1352138
popular post widget exclude category
Closed

Comments

  • MiraVeda started the conversation

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

  •  2,699
    PenciDesign replied

    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 replied

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

  • MiraVeda replied

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