<?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/2008/12/limiting-archive-display.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,2008://24.11725-</id>
  <updated>2011-09-01T02:26:40Z</updated>
  <title>Comments for Limiting Archive Display</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.292</generator>
  <entry>
    <id>tag:forums.movabletype.org,2008://24.11725</id>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2008/12/limiting-archive-display.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=11725" title="Limiting Archive Display" />
    <published>2008-12-12T16:31:54Z</published>
    <updated>2009-01-16T02:31:39Z</updated>
    <title>Limiting Archive Display</title>
    <summary>I was going through some old sections of my website, and found a use for the archive tag. http://www.rangerfans.com/2007april.html If you go there and look, I wanted to display just that month&#8217;s archives for a specific category. But no matter...</summary>
    <author>
      <name>Joe Siegler</name>
      <uri>http://joe.siegler.net</uri>
    </author>
    
    <category term="Design, Templates, &amp; Tags" />
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
      <![CDATA[<p>I was going through some old sections of my website, and found a use for the archive tag.  </p>

<p>http://www.rangerfans.com/2007april.html</p>

<p>If you go there and look, I wanted to display just that month&#8217;s archives for a specific category.  But no matter what I do with the code, I get all of the entries for a category.   At first I tried by using the code for the individual archives page, but then I got all 2700 entries on the blog.  Sod that.   Went to the code I have below.  I now have it down to just a specific category, but still all the entries, not the ones just for that month.</p>

<p>How do I limit the list of entries at the bottom to just that month?   It&#8217;s probably something simple, but I&#8217;m missing it.</p>

<h1 class="asset-name">April 2007 Game Recaps</h1>

<ul>
<MTEntries month="200704" category="2007 Game Recaps">
<li><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></li>
</MTEntries>
</ul>
]]>
      

    </content>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2008://24.11725-comment:15231</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2008://24.11725" type="text/html" href="http://forums.movabletype.org/2008/12/limiting-archive-display.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2008/12/limiting-archive-display.html#c15231" />
    <title>Comment from Joe Siegler on 2008-12-12</title>
    <author>
        <name>Joe Siegler</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>D'oh.  the blog here processed my code.  Changed the characters so it wouldn't get processed.</p>

<p>{h1 class="asset-name"}April 2007 Game Recaps{/h1}<br /><br />
{ul}<br /><br />
{MTEntries month="200704" category="2007 Game Recaps"}<br /><br />
{li}{a href="{$MTEntryPermalink$}"}{$MTEntryTitle$}{/a}{/li}<br /><br />
{/MTEntries}<br /><br />
{/ul}</p>]]>
    </content>
    <published>2008-12-12T16:34:30Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2008://24.11725-comment:16360</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2008://24.11725" type="text/html" href="http://forums.movabletype.org/2008/12/limiting-archive-display.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2008/12/limiting-archive-display.html#c16360" />
    <title>Comment from Joe Siegler on 2009-01-15</title>
    <author>
        <name>Joe Siegler</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Bueller? Bueller? Bueller? </p>]]>
    </content>
    <published>2009-01-16T02:31:39Z</published>
  </entry>

</feed>

