Thanks again for your response. However, the tags are not there? This is all the code. Perhaps is the first global setting?
if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) { die(); }
if (CFCT_DEBUG) { cfct_banner(__FILE__); }
global $previousday, $authordata;
$previousday = -1;
?>
<div id="post-content-<?php the_ID() ?>" <?php post_class('full'); ?>>
<h1 class="entry-title full-title"><a href="<?php the_permalink() ?>" title="Permanent link to <?php the_title_attribute() ?>" rel="bookmark" rev="post-<?php the_ID(); ?>"><?php the_title() ?></a></h1>
<div class="entry-content full-content">
<?php
the_content('<span class="more-link">'.__('Continued...', 'carrington-blog').'</span>');
$args = array(
'before' => '<p class="pages-link">'. __('Pages: ', 'carrington-blog'),
'after' => "</p>\n",
'next_or_number' => 'number'
);
wp_link_pages($args);
?>
<div class="clear"></div>
</div><!-- .entry-content-->
<p class="filed categories alt-font tight"><?php printf(__('Posted in %s.', 'carrington-blog'), get_the_category_list(', ')); ?></p>
<?php the_tags(__('<p class="filed tags alt-font tight">Tagged with ', 'carrington-blog'), ', ', '.</p>'); ?>
<p class="comments-link"><?php comments_popup_link(__('No comments', 'carrington-blog'), __('1 comment', 'carrington-blog'), __('% comments', 'carrington-blog')); ?></p>
<div id="post-comments-<?php the_ID(); ?>-target"></div>
<div class="clear"></div>
<?php edit_post_link(__('Edit', 'carrington-blog'), '<div class="edit-post edit">', '</div>'); ?>
</div><!-- .post -->