سلام دوستان
لطفا کمکم کنید
من وقتی به ادامه مطلب یک پست میرم به این ارور برخورد میکنم :
Parse error: syntax error, unexpected $end in /home/amremar/public_html/wp-content/themes/ImamHasan/index.php on line 66
اینم کد صفحه index
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<div id="content">
<?php include(TEMPLATEPATH."/sidebar_right.php");?>
<div id="contentmiddle">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="entry">
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
</div>
<div class="post-content">
<?php the_content('ادامه ی مطلب »'); ?>
</div>
<div class="post-info1">
<center>
<span class="post-author">ارسال شده توسط<?php if (get_the_author_url()) { ?><a href="<?php the_author_url(); ?>"><?php the_author(); ?></a><?php } else { the_author(); } ?></span>
<span class="post-cat">[موضوع: <?php the_category(',') ?>]</span>
<br> </br>
<span class="post-date1">در<?php the_date("d , F ,Y") ?></span><span class="post-date">در ساعت <?php the_time ('') ?></span>
</center>
</div>
</div>
<!--
<?php trackback_rdf(); ?>
-->
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?><br />
<h1>نظرات</h1>
<?php comments_template(); // Get wp-comments.php template ?>
</div>
</div>
<!-- The main column ends -->
<?php get_footer(); ?>