Wordpress archives

Discussion in 'WordPress' started by bob25, May 20, 2009.

  1. #1
    I have a problem with a double header in my archives.

    acai-weight-loss.org/category/acai-berry/

    Basically what happened is for some reason the template was made so the post name was a H2 tag that showed up at the very beginning of the page. So I deleted it (yeah I know I shoulda just changed it to the H1 tag), and just hardcoded the H1 tag in. But I just noticed that the archives now displays it twice.

    Is there a way to delete it from the archives template? I'm looking in archives.php is this the right file? Anyway here's what the beginning of archives.php looks like.

    <?php get_header(); ?>
    <div class="contentLayout">
    <div class="content">


    <?php is_tag(); ?>
    <?php if (have_posts()) : ?>

    <div class="Post">
    <div class="Post-body">
    <div class="Post-inner article">

    <div class="PostContent">


    Thanks
     
    bob25, May 20, 2009 IP