default userpic

MT4 MultiBlog Archive List

Vote 0 Votes

I created a monthly archive that includes content from two blogs. Creating the pages and adding the archive mapping was no problem... but now I want a standard "Monthly Archives" list in my sidebar, and can't figure out how to do it.

Putting the container around the container just cause the entire list to be displayed twice.

Adding "include_blogs='1,2'" to the does nothing...

... and there doesn't appear to be a MTMultiBlogArchiveList tag in MT4. (This tag DID exist in the original MultiBlog plugin for MT3).

Does anybody know of a solution for this?

Much thanks.

2 Replies

| Add a Reply
  • default userpic

    Sorry... that message probably made no sense. The forum app stripped out some tags I had used in the message. Here's a revised version of what I was asking:

    I created a monthly archive that includes content from two blogs. Creating the pages and adding the archive mapping was no problem... but now I want a standard "Monthly Archives" list in my sidebar, and can't figure out how to do it. Something like this, that includes both blogs:

    Monthly Archives

    • April 2008 (25)
    • March 2008 (14) * February 2008 (21)

    Putting the MtMultiBlog tag around the ArchiveList tag just causes the list to be displayed twice (once for each blog).

    Adding "include_blogs='1,2'" to the ArchiveList tag does nothing...

    ... and there doesn't appear to be a MTMultiBlogArchiveList tag in MT4. (This tag DID exist in the original MultiBlog plugin for MT3).

    Does anybody know of a solution for this?

    Much thanks.

  • I have a similar problem. I try to pull recent assets from blog2 to the siderbar of blog1. But it simply won't work. Here is the code that won't work. Any ideas?

    <table>
    <mt:MultiBlog include_blogs="2">
    
        <mt:Assets lastn="10" type="image">
           <a href="<mt:AssetURL>">
              <img src="<mt:AssetThumbnailURL height="70">"
               alt="<mt:AssetLabel escape="html">"
               title="<mt:AssetLabel escape="html">" />
           </a>
        </mt:Assets>
    
    </mt:MultiBlog>
    </table>
    

Add a Reply

Forum Groups