looks ok to me – Mac OSX, FF 1.5
i was actually able to solve the problem with the post-teaser plugin – http://svn.wp-plugins.org/post-teaser/tags/3.4/post-teaser.php
thanks for the reply. i have th efollowing code in my main template:
<div class=”post-body”>
<div>
<?php if($post->post_excerpt) { ?>
<div class=”post-excerpt”><?php the_excerpt(); ?></div>
<?php } ?>
<?php the_content_limit($limitchars, “”); ?>
</div>
</div>
do i simply need to change all instances of the_excerpt to the_content ?
shivian – i take it i should place that in my wp-comments-post.php page? don’t know if i am experiencing the same issue – please have a look at http://botwblog.org
upon commenting, you are redirected to the index, with the data from the comments in the address field…