OK...could someone straighten me out on archiving??
I have a "monthly archive type". The "archive file template" is blank. By default it should create a 2003_12.php file in my archive directory.
This does happen
I have created a "template" for this archive type.
CODE
<body bgcolor="#5F5E5D" text="#FFFFFF" TOPMARGIN=5 LEFTMARGIN=40 background="#5F5E5D">
<div id="center" align="center">
<br />
<MTArchivePrevious>
<a href="<$MTArchiveLink$>">« <$MTArchiveTitle$></a> |
</MTArchivePrevious>
<!--Home Button-->
<a href="<$MTBlogURL$>" target="_self" onmouseover="lighten('homearrow')" onmouseout="darken('homearrow')"><img src="<$MTBlogURL$>images/b-upgrey.gif" name="homearrow" alt="home" border="0"></a>
<MTArchiveNext>
| <a href="<$MTArchiveLink$>"><$MTArchiveTitle$> »</a>
</MTArchiveNext>
<br />
<div id="Banner" class="Banner"></div>
<br />
<div id="PhotoArchiveCell" class="PhotoArchiveCell">
<b>Photography Archive:</b> <$MTArchiveTitle$><br /><br />
<MTEntries category="Photos">
<div class="float">
<a href="<$MTEntryLink$>"><$MTEntryExcerpt$></a><br />
<p><$MTEntryDate format="%m-%d-%y"$><br /></p>
</div>
</MTEntries>
</div> <!-- PhotoArchiveCell -->
</div id="Center">
I have specified in the template that this is a specific category:
CODE
<MTEntries category="Photos">
Now please straight me out.
I only have 2 categories...Photos and General
I thought this would create a monthly photo archive.
It is creating a monthly archive, but it is creating an archive file for non Photo categories that do not display anything...
for example I have no Photos for 2003_12, but I do have General entries for 2003_12. A monthly archive is being created 2003_12.php, but it contains no photos.
Why is it being created at all??
help