• Does anyone know why this isn’t ordering my posts alphabetically by title??

    Thanks!

    <?php query_posts('cat=94&showposts=-1&orderby=title&order=asc'); ?>
    <?php while (have_posts()) : the_post(); ?>
    <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
    <?php endwhile; ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Listing posts in sidebar using query posts, but ordered by Title alphabetically’ is closed to new replies.