Title: Making posts display alphabetical
Last modified: August 20, 2016

---

# Making posts display alphabetical

 *  [Jpkarlsen](https://wordpress.org/support/users/jpkarlsen/)
 * (@jpkarlsen)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/making-posts-display-alphabetical/)
 * Hi, We are running a wiki-like site. How can we set PS Auto Sitemap to display
   posts by title and not by date? I tried to change this line:
 * ORDER BY `posts`.`post_date` DESC”;
 * To this:
 * ORDER BY `posts`.`post_title` DESC”;
 * But no luck.
 * [http://wordpress.org/extend/plugins/ps-auto-sitemap/](http://wordpress.org/extend/plugins/ps-auto-sitemap/)

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

 *  [poilou](https://wordpress.org/support/users/poilou/)
 * (@poilou)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/making-posts-display-alphabetical/#post-3231841)
 * Same thing for me.
 * Have you found a solution for this problem ?
 *  [poilou](https://wordpress.org/support/users/poilou/)
 * (@poilou)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/making-posts-display-alphabetical/#post-3231842)
 * Try this :
    ORDER BY `posts`.`post_title` ASC”;
 * And you will have you have to publish a new post (or delete one) who figures 
   in the sitemap, to see PS Auto Sitemap regenerate posts by titles.

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

The topic ‘Making posts display alphabetical’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ps-auto-sitemap_b97dba.svg)
 * [PS Auto Sitemap](https://wordpress.org/plugins/ps-auto-sitemap/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ps-auto-sitemap/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ps-auto-sitemap/)
 * [Active Topics](https://wordpress.org/support/plugin/ps-auto-sitemap/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ps-auto-sitemap/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ps-auto-sitemap/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [poilou](https://wordpress.org/support/users/poilou/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/making-posts-display-alphabetical/#post-3231842)
 * Status: not resolved