I am confused this is also my coding on my archives and catergories
<?php
/*
Template Name: Lisa-beauty.co.uk
*/
?>
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”headpostedin”><?php the_time(‘l, F jS, Y’) ?> </div>
<div class=”content” id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”<?php the_title_attribute(); ?>”><div class=”headtitle”><?php the_title(); ?></div>
<div class=”postmetadata”></div>
<?php the_content(__(‘CONTINUE READING…’)); ?>
<?php the_tags(‘Tags: ‘, ‘, ‘, ‘
‘); ?>
<div class=”headposted”><?php comments_popup_link(‘0’, ‘1’, ‘%’); ?> comments</div>
<?php echo DISPLAY_ULTIMATE_PLUS(); ?>
<?php comments_template(); // Get wp-comments.php template ?>
<?php endwhile; else: ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>