I've done a ton of searching to no avail. Just wondering if there is some syntax to allow multiblog listing with different categories.
For example:
blogs 1, 2 and 3 each have 3 categories: cat, dog, mouse.
I want to include the following on a single page.
blog1 - cat
blog2 - dog
blog3 - cat, dog, mouse
This:
(mt:Entries include_blogs="1,2,3" category="cat OR dog OR mouse")
Displays everything (as I would expect it to). Is there any way to group them, then sort them, then display them? Something like:
--Start sort by date everything in here--
(mt:Entries include_blogs="1" category="cat")
(mt:Entries include_blogs="2" category="dog")
(mt:Entries include_blogs="3" category="cat OR dog OR mouse")
--End Sorting--
Thanks.
Reported on Movable Type 4.261
Eric,
Hi.
I had wrote(introduced) about an way of making entry lists from multiple blogs, under same categories.
http://www.mt-j.info/journal/2010/03/creating-an-entry-list-from-plural-blogs-under-the-same-category.html
This article might be useful for you.
Please see it when you have a time.
----------------------------------
MTJ
Information of MovableType and MTOS from Japan
http://www.mt-j.info
----------------------------------
Hi,
Or try this article: http://www.movabletips.com/2010/03/listing-entries-from-multiple-movable-type-blogs-sorted-by-date.html, which I have just written to cover exactly this situation.
Maarten,
That was exactly what I was looking for. And you even threw the "tags" section in there for good measure. Thank you! And your suggestion at the top of the post is great:
<mt:entries include_blogs=1,2,3 categories=(1:cat1),(2:cat1 OR cat2),(3:all)>
How do we suggest that to the team at SixApart?