Year order
-
In my page i use fancy style
<?php $sar_args = array( 'format' => 'fancy', ); $query_args = array( 'cat' => '11', ); smart_archives( $sar_args, $query_args ); ?>it shows:
2007 2008 2009 2010 2011 2012
and current is 2007, i want to change order to make it that way:
2012 2011 2010 2009 2008 2007
and i want current year 2012 with newest month. Anybady know how to do it??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Year order’ is closed to new replies.