List posts by Alpha in Category Loop
-
I am trying to sort the category page in alpha (as opposed to by post date)
This may be a really simple fix… but I am using a theme that utilizes a category-loop.php. The loop starts with
<?php while ( have_posts() ) : the_post(); ?>
And I am assuming that is where I need to place the alpha order call. Here is a link to the full file: HERE
I am really only utilizing this file for the section starting at line 97.
Many thanks in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘List posts by Alpha in Category Loop’ is closed to new replies.