Title: Post order
Last modified: January 5, 2018

---

# Post order

 *  Resolved [llllukeeee](https://wordpress.org/support/users/llllukeeee/)
 * (@llllukeeee)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/post-order-31/)
 * Hello
    The postst are always listed in sections, e.g. first the posts from website
   1 get listed then the post from website 2 etc. I would like to list all posts
   but ordered by their date and not segmented by their blog/website id. How can
   I change the code to archeive this? This would be very helpful to me. Kind Regards
   Lu
    -  This topic was modified 8 years, 4 months ago by [llllukeeee](https://wordpress.org/support/users/llllukeeee/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Rick Hellewell](https://wordpress.org/support/users/rhellewellgmailcom/)
 * (@rhellewellgmailcom)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/post-order-31/#post-9837950)
 * That would be difficult to acheive, and is not really the purpose of this plugin.
 * As a guess, the code would have to go through each site’s database, and store
   each post into a two-dimensional array (one element the post date, the other 
   a sub-array containing each posts elements: title, date, etc). Although you could
   also create a one-dimensional array.
 * In any case, once all sites are gone through, then the code would have to sort
   by post dates, then output all the posts.
 * Again, not really the point of the plugin’s purpose, which is to allow you (the
   admin) to monitor posts on all sites from one page, or to output excerpts from
   all sites on one page.
 * But, thanks for taking a look at the plugin.

Viewing 1 replies (of 1 total)

The topic ‘Post order’ is closed to new replies.

 * ![](https://ps.w.org/multisite-post-reader/assets/icon-256x256.png?rev=2880157)
 * [Multisite Post Reader](https://wordpress.org/plugins/multisite-post-reader/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multisite-post-reader/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multisite-post-reader/)
 * [Active Topics](https://wordpress.org/support/plugin/multisite-post-reader/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multisite-post-reader/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multisite-post-reader/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rick Hellewell](https://wordpress.org/support/users/rhellewellgmailcom/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/post-order-31/#post-9837950)
 * Status: resolved