hi there, ive run accross a problem. ive setup my template for a category page but the first two posts always have the same title. I cant figure out why this is?
http://www.jonathantopf.com/test/?cat=13
<link href="http://www.jonathantopf.com/test/wp-content/themes/default/Farnham.css" rel="stylesheet" type="text/css">
<title>Farnham Animation</title><div align="center">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
<td width="196" background="http://www.jonathantopf.com/test/LIB/LGrad.gif"><img src="http://www.jonathantopf.com/test/LIB/LGrad.gif" width="196" height="70" /></td>
<td width="700" align="center" valign="top">
<table width="700" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="700" height="70" valign="top"><a href="http://www.farnhamanimation.co.uk/"><img src="http://www.jonathantopf.com/test/LIB/FarnhamAnimation.jpg" width="600" height="70" border="0"></a><a href="http://www.ucreative.ac.uk/"><img src="http://www.jonathantopf.com/test/LIB/uca_03.jpg" width="100" height="70" border="0"></a></td>
</tr>
<tr>
<td width="700" height="23" valign="top" background="http://www.jonathantopf.com/test/LIB/ToolBarGrad.jpg"><img src="http://www.jonathantopf.com/test/LIB/ToolBarAbout.gif" width="81" height="23" /><img src="http://www.jonathantopf.com/test/LIB/ToolBarNews.gif" width="56" height="23" /><img src="http://www.jonathantopf.com/test/LIB/ToolBarApplying.gif" width="87" height="23" /><img src="http://www.jonathantopf.com/test/LIB/ToolBarContact.gif" width="83" height="23" /></td>
</tr>
<tr>
<td width="700" height="23" valign="top" background="http://www.jonathantopf.com/test/LIB/ToolBarGrad.jpg"><img src="http://www.jonathantopf.com/test/LIB/ToolBarAlumni.gif" alt="" width="81" height="24" /><img src="http://www.jonathantopf.com/test/LIB/ToolBar2004.gif" alt="" width="45" height="24" /><img src="http://www.jonathantopf.com/test/LIB/ToolBar2005.gif" alt="" width="46" height="24" /><img src="http://www.jonathantopf.com/test/LIB/ToolBar2006.gif" alt="" width="45" height="24" /><img src="http://www.jonathantopf.com/test/LIB/ToolBar2007.gif" alt="" width="47" height="24" /><img src="http://www.jonathantopf.com/test/LIB/ToolBar2008.gif" alt="" width="46" height="24" /><img src="http://www.jonathantopf.com/test/LIB/ToolBar2009.gif" alt="" width="45" height="24" /></td>
</tr>
<tr>
<td width="700" valign="top" bgcolor="#000000">
<br />
<?php
if (have_posts()) :
while (have_posts()) :
?>
<br />
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#000000"> </td>
<td width="550" bgcolor="#000000"><table width="550" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="27" background="http://www.jonathantopf.com/test/LIB/newsTemplateTop.jpg"> </td>
</tr>
<tr>
<td height="27" valign="bottom" bgcolor="050505"><table width="550" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="37"><span class="style5"></span></td>
<td class="NewsTitle"><?php the_title(); ?></td>
<td width="37"> </td>
</tr>
</table> </td>
</tr>
<tr>
<td valign="top" bgcolor="050505"><table width="550" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="37"> </td>
<td valign="top" class="NewsBody"><?php
the_post();
the_content();
?>
</td>
<td width="37"> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="35" background="http://www.jonathantopf.com/test/LIB/newsTemplateBottom.gif"><table width="550" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="37"> </td>
<td height="20" valign="bottom" class="NewsDate">February 4.2009</td>
<td width="37"> </td>
</tr>
</table></td>
</tr>
</table></td>
<td bgcolor="#000000"> </td>
</tr>
</table>
<br />
<?php
endwhile;
endif;
?>
</td>
</tr>
<tr>
<td width="700" height="23" valign="bottom" background="http://www.jonathantopf.com/test/LIB/ToolBarGrad.jpg"> </td>
</tr>
</table></td>
<td width="196" background="http://www.jonathantopf.com/test/LIB/RGrad.gif"> </td>
<td> </td>
</tr>
</table>
any idea anyone?