Sorting posts by title
-
I want to display my posts in alphabetical order rather than by date. I have previously used
<?php if (have_posts()) : while (have_posts()) : the_post('&orderby=title&order=asc'); ?>
but when I put this in the index.php file it makes no difference.Will this not work with this theme or is there another way to achieve an alphabetical list?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Sorting posts by title’ is closed to new replies.
