• <ul>
    <?php query_posts('showposts=10'); ?>
    <?php while (have_posts()) : the_post(); ?>
    <li><a>"><?php the_title(); ?></a></li>
    <?php endwhile; ?>
    </ul>

    What code do I need to alphabetize ALL my posts on the sidebar?
    Also, where it says ‘showposts=10’ – how do I change that to list every post title?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How to alphabetize?’ is closed to new replies.