Tag Archives: posts
Show all posts in a category in the Archives page
Dump this code in the Archives template before the loop. <?php global $wp_query; query_posts( array_merge( array(‘showposts’ => -1), array(‘offset’=>1), $wp_query->query ) ); ?>
List all titles of WordPress posts in one page
Using this code, you can list all titles of WordPress posts in one page. An example of usage is in an Archives page.
