• Resolved chowarth

    (@chowarth)


    I’m not sure if you’ll be able to help, but there’s no harm in asking.

    I added the Nivo slider to the home page and have 2 post that appear fine. The problem is that they are displayed in the wrong order. post 2 comes before post 1 – these are tutorial posts, so I would like them to be in numerical order 1 -> 2 -> 3 etc.

    Regards,

    Chris.

    https://www.ads-software.com/extend/themes/gamepress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author alex27

    (@alex27)

    Unfortunately there is no option to order posts in the slider.

    Thread Starter chowarth

    (@chowarth)

    I managed to get it working by adding the following to nivo_default.php, just before the if(have_posts()) check:

    query_posts('cat='.$cat.'&order=ASC');

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: GamePress] Nivo Slider Order Problems’ is closed to new replies.