• Resolved Anton

    (@soulfire23)


    Hi,

    first of all great thanks for this awesome theme!

    I’ve got a question. By default AlxPost widget can show all categories or one category. Is it possible to exclude a category from the widget? I need to show all categories except one.

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Anton. Welcome to the Hueman forum. This post discusses the AlxTabs widget but the process would be the same for AlxPosts. You should edit AlxPosts in a child theme. If you’re not currently using a child theme you can download one in Theme Options, click the Help tab in the upper righthand corner.

    Thread Starter Anton

    (@soulfire23)

    Hi, thanks for your reply.

    I tried to do that but it didn’t work.

    I have this code:
    'cat' => $instance['posts_cat_id'],

    What should I add to this code? I tried:
    'cat' => $instance['posts_cat_id'].'cat=-45',
    'cat' => $instance['posts_cat_id'].'&cat=-45',
    but without any result.

    Maybe try adding the exclusion as a separate argument:

    'cat'              => $instance['posts_cat_id'],
    'category__not_in' => 45,
    Thread Starter Anton

    (@soulfire23)

    Great!

    It works. Thanks a lot! I’m much obliged to you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘AlxPost – exclude category’ is closed to new replies.