hmm, ok, seems to work, now that I have:
<?php
get_header();
?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php if ($single) { ?>
<?php previous_post(‘% |’,”,’yes’) ?> Home <?php next_post(‘| %’,”,’yes’) ?>
<?php } ?>
<?php the_date(”,'<h2>’,'</h2>’); ?>
Thanks. Color is black instead of the other which is red but I can probably deal with it. ?? Thanks again.