Thank you! alchymyth. That took care of it! The lines were in content.php. They were as follows:
<?php weaver_posted_on(‘blog’); ?>
<?php weaver_posted_in(‘blog’); ?>
I changed them to
<?php //weaver_posted_on(‘blog’); ?>
<?php //weaver_posted_in(‘blog’); ?>
It worked! Thanks again! alchymyth.