I had to disable the pluging because it would think that the time, i.e. 2:45 PM, was a bible reference on my page that features news feeds. Lloy
Here is what we did to fix the problem.
In the category template
<div class=”PostContent” style=”padding-top:0px;”>
<?php the_excerpt() ?>
</div>
was changed to
<div class=”PostContent” style=”padding-top:0px;”>
<?php the_content(‘Read the rest of this post »’); ?>
</div>
Lloy
Thanks, I will look into the category page…Lloy
I did the download, but the problem still occurs. (my site is: http://www.victorybaptistpocono.com
thanx Lloy