Ascending archives
-
Can someone tell me where to place this code:
<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $args= array( 'order' => 'ASC', 'paged' => $paged ); query_posts($args); ?>
into the 2012 archives.php file? I found this in another support post and it’s not clear for me where to place it.
2012 archive.php
[Please use a pastebin for large amounts of code – https://codex.www.ads-software.com/Forum_Welcome#Posting_Code%5D
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Ascending archives’ is closed to new replies.