• Resolved santtumarika

    (@santtumarika)


    Im using jQuery Archive List Widget -plugin on the website where is many categories but the problem is that i would like to change it little bit. Now the plugin works so that i can exclude categories i don’t want to show but i would like to choose what categories to include. So that it would work opposite way ?? Because we have blog site with many categories but want to show only one category archives at once.

    Can you help by telling what i should change in code to make it work like that?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Miguel Useche

    (@skatox)

    Hi sorry for the delay,

    You can check the source code of the plugin and change the SQL, at line 308. Remove

    NOT IN

    and change to

    IN

    , that’s it. I’m planning to add this feature for next version which will be released in the following weeks.

Viewing 1 replies (of 1 total)
  • The topic ‘Change exlude to include’ is closed to new replies.