<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/06/mtmutliblog-plugin---sort-order.html" />
  <link rel="self" type="application/atom+xml" href="http://forums.movabletype.org/atom.xml" />
  <id>tag:forums.movabletype.org,2011://24/tag:forums.movabletype.org,2009://24.15751-</id>
  <updated>2011-09-01T02:24:06Z</updated>
  <title>Comments for mt:MutliBlog plugin - sort order</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.292</generator>
  <entry>
    <id>tag:forums.movabletype.org,2009://24.15751</id>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/06/mtmutliblog-plugin---sort-order.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.movabletype.org/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=24/entry_id=15751" title="mt:MutliBlog plugin - sort order" />
    <published>2009-06-26T20:22:02Z</published>
    <updated>2009-06-29T16:19:52Z</updated>
    <title>mt:MutliBlog plugin - sort order</title>
    <summary><![CDATA[I can't get the sort order to word with mt:MulitBlog The code looks like "> by " class="read_more">Read Full Story &raquo; It is displaying the first posts form all the blogs but in no particular order. Is there a way...]]></summary>
    <author>
      <name>hans</name>
      
    </author>
    
    <category term="General" />
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
      <![CDATA[<p>I can't get the sort order to word with mt:MulitBlog</p>

<p>The code looks like</p>

<p>				<br />
	<br />
		<br />
		<br />
		<a>"></a><br />
		<p>by </p><br />
		<p></p><br />
		<a>" class="read_more">Read Full Story &raquo;</a><br />
		<br />
	<br />
</p>

<p>It is displaying the first posts form all the blogs but in no particular order. Is there a way to accomplish this?</p>

<p>Thanks!</p>]]>
      
    </content>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.15751-comment:25729</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.15751" type="text/html" href="http://forums.movabletype.org/2009/06/mtmutliblog-plugin---sort-order.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/06/mtmutliblog-plugin---sort-order.html#c25729" />
    <title>Comment from hans on 2009-06-26</title>
    <author>
        <name>hans</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Here is the code I was trying</p>

<pre>
&lt;mt:MultiBlog include_blogs="4,5,6" sort_order="descend"&gt;
   &lt;div class="item"&gt;
	&lt;mt:Entries lastn="1" tag="NOT pre-pub"&gt;
	&lt;h3&gt;&lt;a href="&lt;$mt:EntryPermalink$&gt;"&gt;&lt;mt:EntryTitle&gt;&lt;/a&gt;&lt;/h3&gt;
	&lt;p class="byline"&gt;by &lt;mt:Var name="blogAuthor"&gt;&lt;/p&gt;
	&lt;p&gt;&lt;mt:EntryExcerpt&gt;&lt;/p&gt;
	&lt;/mt:Entries&gt;
   &lt;/div&gt;
&lt;/mt:MultiBlog&gt;
</pre>]]>
    </content>
    <published>2009-06-26T20:29:10Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.15751-comment:25731</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.15751" type="text/html" href="http://forums.movabletype.org/2009/06/mtmutliblog-plugin---sort-order.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/06/mtmutliblog-plugin---sort-order.html#c25731" />
    <title>Comment from shenews on 2009-06-26</title>
    <author>
        <name>shenews</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Put the "include_blogs" etc. on mt:Entries. Just let mt:MultiBlog stand by itself.</p>]]>
    </content>
    <published>2009-06-26T21:06:53Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.15751-comment:25789</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.15751" type="text/html" href="http://forums.movabletype.org/2009/06/mtmutliblog-plugin---sort-order.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/06/mtmutliblog-plugin---sort-order.html#c25789" />
    <title>Comment from hans on 2009-06-29</title>
    <author>
        <name>hans</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Thanks for the response shenews. I tried that and sort_order still had no effect on the output. Here is the new code</p>

<pre>
&lt;mt:MultiBlog&gt;
   &lt;mt:Entries lastn="1" include_blogs="5,4,6,9,8" sort_order="descend"&gt;
   &lt;mt:Include module="Blog Settings"&gt;
   &lt;div class="blogroll_item"&gt;
	&lt;div class="text"&gt;
		&lt;h5&gt;&lt;mt:BlogName&gt;&lt;/h5&gt;
		&lt;h3&gt;&lt;a href="&lt;$mt:EntryPermalink$&gt;"&gt;&lt;mt:EntryTitle&gt;&lt;/a&gt;&lt;/h3&gt;
		&lt;p class="byline"&gt;by &lt;mt:Var name="blogAuthor"&gt;&lt;/p&gt;
		&lt;p&gt;&lt;mt:EntryExcerpt words="40"&gt;&lt;/p&gt;
		&lt;a href="&lt;$mt:EntryPermalink$&gt;" class="read_more"&gt;Read Full Story &amp;raquo;&lt;/a&gt;
	&lt;/div&gt;
	&lt;div style="clear:both;"&gt;&lt;/div&gt;
   &lt;/div&gt;
   &lt;/mt:Entries&gt;
&lt;/mt:MultiBlog&gt;
</pre>]]>
    </content>
    <published>2009-06-29T14:34:37Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.15751-comment:25797</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.15751" type="text/html" href="http://forums.movabletype.org/2009/06/mtmutliblog-plugin---sort-order.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/06/mtmutliblog-plugin---sort-order.html#c25797" />
    <title>Comment from shenews on 2009-06-29</title>
    <author>
        <name>shenews</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Lastn should be displaying them in the order of most recently published. (I believe lastn cancels sort order, as it is an order all by itself.)</p>

<p>What order do you want them in?</p>]]>
    </content>
    <published>2009-06-29T15:46:30Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.15751-comment:25799</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.15751" type="text/html" href="http://forums.movabletype.org/2009/06/mtmutliblog-plugin---sort-order.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/06/mtmutliblog-plugin---sort-order.html#c25799" />
    <title>Comment from hans on 2009-06-29</title>
    <author>
        <name>hans</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I want to get the last post from each blog, sorted in descending order. </p>]]>
    </content>
    <published>2009-06-29T15:50:03Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.15751-comment:25801</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.15751" type="text/html" href="http://forums.movabletype.org/2009/06/mtmutliblog-plugin---sort-order.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/06/mtmutliblog-plugin---sort-order.html#c25801" />
    <title>Comment from shenews on 2009-06-29</title>
    <author>
        <name>shenews</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Okay, sorry, I misunderstood. This was asked and never answered on the old blogs: <a href="http://forums.sixapart.com/index.php?showtopic=65519" rel="nofollow">http://forums.sixapart.com/index.php?showtopic=65519</a></p>

<p>It seems it will sort by blog ids or by the latest posts from among all those blogs, but not the one latest from each blog in chronological order.</p>]]>
    </content>
    <published>2009-06-29T16:15:11Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.15751-comment:25803</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.15751" type="text/html" href="http://forums.movabletype.org/2009/06/mtmutliblog-plugin---sort-order.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/06/mtmutliblog-plugin---sort-order.html#c25803" />
    <title>Comment from hans on 2009-06-29</title>
    <author>
        <name>hans</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Yeah, I saw the unanswered post from the old forums too, I thought a new topic might spark an answer. </p>

<p>Thank you for replying, I guess Ill look into another option</p>]]>
    </content>
    <published>2009-06-29T16:19:52Z</published>
  </entry>

</feed>

