• Resolved llllukeeee

    (@llllukeeee)


    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.
Viewing 1 replies (of 1 total)
  • Plugin Author Rick Hellewell

    (@rhellewellgmailcom)

    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.