Display posts chronologically
-
There’s probably an easy solution to this, which I haven’t found yet, but I’m trying to make it so the slides displayed by this piece of code:
<?php if ( function_exists( 'get_smooth_slider' ) ) { get_smooth_slider(); }?>
show up in chronological order meaning that I want the most recently published slides to show up first.Is there a way to do this using the hard code above?
- The topic ‘Display posts chronologically’ is closed to new replies.