Title: Problem with query_posts() sorting
Last modified: August 18, 2016

---

# Problem with query_posts() sorting

 *  [cottonijoe](https://wordpress.org/support/users/cottonijoe/)
 * (@cottonijoe)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/problem-with-query_posts-sorting/)
 * Hello there,
 * I would like to create a page which outputs an alphabetical index of all posts
   in a certain category. I tried the following:
 * `query_posts('category_name=mac-software&sort_column=name')`
 * Because I thought it would work the same way as in wp_list_pages(), but posts
   are not sorting alphabetically! Do I have syntax errors, or is this not possible
   at all?

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

 *  [Ryan Fitzer](https://wordpress.org/support/users/ryanfitzer/)
 * (@ryanfitzer)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/problem-with-query_posts-sorting/#post-460108)
 * I looked through the codex and saw nothing that allowed a sort by name on query_posts,
   only based on date posted.
 *  [Ryan Fitzer](https://wordpress.org/support/users/ryanfitzer/)
 * (@ryanfitzer)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/problem-with-query_posts-sorting/#post-460109)
 * I looked through the codex and saw nothing that allowed a sort by name on query_posts,
   only based on date posted.
 *  [djmbs](https://wordpress.org/support/users/djmbs/)
 * (@djmbs)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/problem-with-query_posts-sorting/#post-460324)
 * It goes something like this:
 * `query_posts("&category_name=mac-software&orderby=title&order=asc")`
 * Not exactly sure about the category thing, but I was doing something similar 
   the other day.

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

The topic ‘Problem with query_posts() sorting’ is closed to new replies.

## Tags

 * [alphabetical](https://wordpress.org/support/topic-tag/alphabetical/)
 * [query_posts](https://wordpress.org/support/topic-tag/query_posts/)
 * [sorting](https://wordpress.org/support/topic-tag/sorting/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [djmbs](https://wordpress.org/support/users/djmbs/)
 * Last activity: [19 years, 7 months ago](https://wordpress.org/support/topic/problem-with-query_posts-sorting/#post-460324)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
