How to change sort order of snivo
-
since this plugin is no longer in development, editing the plugin files seems like a decent way of fixing errors that have arisen due to wordpress updates.
here’s what i did to fix the shuffle issue of snivo:
? go to plugin editor
? select ‘simple nivo slider’ from your list of plugins
? make sure you’re editing ‘simple-nivo-slider.php’
? navigate to line 222 where you will see…
? query_posts($query);for random order:
? query_posts($query.”&order=ASC&orderby=rand”);for reverse order:
? query_posts($query.”&order=ASC”);and so-forth and so-on…
cheers!
- The topic ‘How to change sort order of snivo’ is closed to new replies.