Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jose Luis SAYAGO

    (@iluminatus)

    Hello moargh,

    Well it wasn’t possible, but… Why not?… I just pushed version 3.3 which includes a new parameter order_by_blog when set to true it will order posts by blog ID, you can set sorting_order to asc (by default) or desc. Hope it suits your needs.

    Cheers.

    Thread Starter Chris

    (@moargh)

    Wow, thank you very much for the fast solution—works like a charm!

    Just another short question:
    Is it also possible to define a custom sort order by blog ID like [nlposts sort_by_blog=true blog_id_order=2, 1, 3] or by blog name like [nlposts sort_by_blog=true blog_name_order=NameOfBlog2, NameOfBlog1, NameOfBlog3] which results in

    1. Blog ID 2
    2. Blog ID 1
    3. Blog ID 3

    ?

    Plugin Author Jose Luis SAYAGO

    (@iluminatus)

    Hello,

    Well that’s a more difficult approach, besides that for really big networks it won’t work unless you specify all ids.

    What I’m wondering is why you just don’t simply use blog_id and pull information by blogs? Wouldn’t it be easier if you just set

    [nlposts blog_id=2]
    [nlposts blog_id=1]
    [nlposts blog_id=3]

    Then you just use some CSS styling?

    Thread Starter Chris

    (@moargh)

    Thanks again for the fast reply!

    Your suggestion would be a good alternative—I didn’t think about that before. Thank you very much!

    Plugin Author Jose Luis SAYAGO

    (@iluminatus)

    I’m glad to be helpful, if you have more questions or want some hints on how to accomplish something don’t hesitate to ask.

    Cheers.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Order by blog ID’ is closed to new replies.