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 #1510545
The Top 5 articles, can I
Closed

Comments

  •  1
    Mannenmedia started the conversation

    Hi Support!

    I love the feature of a Top 5 posts, see attachment... but, I would like to exclude one category (the babes-categorie, because it looks cleaner for advertisers lol!)

    The most views comes from these babes-items, but I want to have all the categories displayed, except the babes one. The Top 5 is now filled with just babes.

    Could you help me out with this one?
    THANKS !!

  •  2,699
    PenciDesign replied

    Hi,

    To do that, you need to edit the files in this theme.

    Please add more this code:

    $query['tax_query'] = array(
                        array(
                        'taxonomy' => 'category',
                        'field'    => 'slug',
                        'terms'    => 'babes',
                    )
                );

    like on this image.


    Best Regards,

    PenciDesign