WordPress: Posts Alphabetically

Home Forums Scripts Blogging Platforms / CMSs WordPress: Posts Alphabetically

Tagged: 

This topic contains 3 replies, has 2 voices, and was last updated by  Anonymous 1 year, 2 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14016

    Anonymous

    I’ve created my categories page listing just the titles, and I would like to list them alphabetically.

    Is the possible?

    #15061

    Anonymous

    I’m not entirely sure what it is you are wanting to do. You want to list one alphabetically? The list of categories or the posts within a category?

    #15062

    Anonymous

    All posts titles in within a category.

    Sorry for the confusion.

    #15063

    Anonymous

    You can try this

    <?php
    $posts = query_posts($query_string .
    '&orderby=title&order=asc&posts_per_page=-1'); ?>

    This goes before the loop on the category template page.

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

You must be logged in to reply to this topic.