Title: Sorting posts
Last modified: September 21, 2018

---

# Sorting posts

 *  Resolved [BClifton](https://wordpress.org/support/users/omegadm/)
 * (@omegadm)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/sorting-posts-13/)
 * Following this ticket ([https://wordpress.org/support/topic/sorting-posts-11/](https://wordpress.org/support/topic/sorting-posts-11/))
   post sorting should work…
 * I have the following short code, but posts are still listed in date order:
    [
   knowledgebase-three order=asc hide_empty=0 count=”true” exclude=23]
 * Can you help please?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsorting-posts-13%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/sorting-posts-13/#post-10712112)
 * Hi,
 * You forgot the `orderby` attribute:
    Display posts by title: `[knowledgebase 
   orderby=title]`
 * So yours should be:
 *     ```
       [knowledgebase-three orderby=title order=asc hide_empty=0 count="true" exclude=23]
       ```
   
 * Guido
 *  Thread Starter [BClifton](https://wordpress.org/support/users/omegadm/)
 * (@omegadm)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/sorting-posts-13/#post-10717062)
 * Ah – many thanks 🙂
 *  Plugin Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/sorting-posts-13/#post-10717294)
 * You’re welcome.
 * Thanks for your review as well 🙂
 * Guido

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

The topic ‘Sorting posts’ is closed to new replies.

 * ![](https://ps.w.org/very-simple-knowledge-base/assets/icon-256x256.png?rev=1415756)
 * [VS Knowledge Base](https://wordpress.org/plugins/very-simple-knowledge-base/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/very-simple-knowledge-base/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/very-simple-knowledge-base/)
 * [Active Topics](https://wordpress.org/support/plugin/very-simple-knowledge-base/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/very-simple-knowledge-base/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/very-simple-knowledge-base/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Guido](https://wordpress.org/support/users/guido07111975/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/sorting-posts-13/#post-10717294)
 * Status: resolved