<?php $myposts = get_posts('numberposts=-1&offset=0&order=ASC&orderby=title&category=all'); foreach($myposts as $post) : ?> <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li> <?php endforeach; ?>