QUOTE (fresco @ Jul 2 2003, 11:13 AM)
Ok, I've got this one figured out....
Not really, it does not respect months! I have original template code above my edit that is limited to 3 entries. Than I have edited code that does the cat separation but it includes posts from all months.
I need it to show only current month!
CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" />
<title><$MTBlogName$>: <$MTArchiveTitle$> Archives</title>
<link rel="stylesheet" href="<$MTBlogURL$>styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="<$MTBlogURL$>index.rdf" />
<link rel="start" href="<$MTBlogURL$>" title="Home" />
<MTArchivePrevious>
<link rel="prev" href="<$MTArchiveLink$>" title="<$MTArchiveTitle encode_html="1"$>" />
</MTArchivePrevious>
<MTArchiveNext>
<link rel="next" href="<$MTArchiveLink$>" title="<$MTArchiveTitle encode_html="1"$>" />
</MTArchiveNext>
<script language="javascript" type="text/javascript">
function OpenComments (c) {
window.open(c,
'comments',
'width=480,height=480,scrollbars=yes,status=yes');
}
function OpenTrackback (c) {
window.open(c,
'trackback',
'width=480,height=480,scrollbars=yes,status=yes');
}
</script>
</head>
<body>
<div id="banner">
<h1><a href="<$MTBlogURL$>" accesskey="1"><font size="6"><$MTBlogName$></font></a> <br />
<font size="6"><$MTArchiveTitle$> Archives</font>
<br />
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-style: dotted; border-width: 1; font-weight: normal" bordercolor="#C0C0C0" bgcolor="#FFFFFF" width="70%">
<tr>
<td width="100%">
<span class="description"><p><$MTBlogDescription$></p></span>
</td>
</tr>
</table>
</h1>
</div>
<div id="container">
<div class="blog">
<div id="menu">
<MTArchivePrevious>
<a href="<$MTArchiveLink$>">« <$MTArchiveTitle$></a> |
</MTArchivePrevious>
<a href="<$MTBlogURL$>">Main</a>
<MTArchiveNext>
| <a href="<$MTArchiveLink$>"><$MTArchiveTitle$> »</a>
</MTArchiveNext>
</div>
</div>
<div class="blog">
<MTEntries lastn="3">
<$MTEntryTrackbackData$>
<MTDateHeader>
<h2 class="date"><$MTEntryDate format="%x"$></h2>
</MTDateHeader>
<div class="blogbody">
<a name="<$MTEntryID pad="1"$>"></a>
<h3 class="title"><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></h3>
<$MTEntryExcerpt$> <$MTEntryEditLink$> <a href="<$MTEntryPermalink$>">Read Full Article</a><br />
<div class="posted">
Posted by <$MTEntryAuthor$> at <a href="<$MTEntryPermalink$>"><$MTEntryDate format="%X"$></a>
<MTEntryIfAllowComments>
| <a href="<$MTCGIPath$><$MTCommentScript$>?entry_id=<$MTEntryID$>" onclick="OpenComments(this.href); return false">Comments (<$MTEntryCommentCount$>)</a>
</MTEntryIfAllowComments>
<MTEntryIfAllowPings>
| <a href="<$MTCGIPath$><$MTTrackbackScript$>?__mode=view&entry_id=<$MTEntryID$>" onclick="OpenTrackback(this.href); return false">TrackBack</a>
</MTEntryIfAllowPings>
</div>
</div>
</MTEntries>
</div>
<div class="blog">
<div class="blogbody">
<MTCategories>
<a name="top"></a><font size="1"><a href="#<$MTArchiveCategory$>"><$MTArchiveCategory$></a> | </font>
</MTCategories>
<br />
<br />
<hr>
<MTCategories>
<center>
<a name="<$MTArchiveCategory$>"></a>
<b><$MTArchiveCategory$> </b><a href="#top" title="TOP MENU"><font face="Times New Roman" size="3" color="#3366CC">▲</font></a></center>
<p align=left>
<MTEntries>
<$MTEntryTrackbackData$>
<MTEntryDate format="%m.%d.%Y">: <a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a><br />
</MTEntries>
</p>
</MTCategories>
</div>
</div>
<div id="banner" align="center">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%"><b><font face="Verdana" size="2"><font color="#808000">Have
you added your site to</font> </font></b><a href="http://truefresco.org">
<img alt="trueFresco.Org Home Page" src="http://truefresco.org/images/index_home.gif" style="border: none" border="0" width="18" height="18"></a><b><font face="Verdana" size="4">trueFresco.Org</font><font face="Verdana" size="2">
<font color="#808000">Art Search & Art Link Directory?</font>
<br />
<a href="http://truefresco.org/link_directory/suggest.php?action=addlink">
Add your Website Now!</a> or <a href="http://truefresco.org/link_directory">
Browse the Directory</a>.</font></b></td>
</tr>
<tr>
<td width="100%">
<br />
<br />
<center><script language="JavaScript" src="http://www.truefresco.org/cgi-bin/webumake/wihchat.cgi?action=jsimage&img=directory"></script></center>
</td>
</tr>
</table>
</div>
</body>
</html>
What is wrong?! Here is the page - you can see what I mean is wrong
http://www.truefresco.org/2003_07.html