• qqwweerrttyy

    (@qqwweerrttyy)


    what file do i need to fix to remove my second header.php file that shows up when u go to leave a comment???

Viewing 6 replies - 1 through 6 (of 6 total)
  • mattbramanti

    (@mattbramanti)

    Open index.php and look for this:

    <?php get_header();?>

    That calls the header. There should only be one of those. 🙂

    Thread Starter qqwweerrttyy

    (@qqwweerrttyy)

    theres mot even ONE of those, the word HEADER isnt even in there

    ladydelaluna

    (@ladydelaluna)

    can we have a link to your site, and can you maybe go to http://pastebin.com/ and post your index.php code (in full) and link us to it so we can take a look?

    phoenixf1re

    (@phoenixf1re)

    *this is qqwweerrttyy*

    i was wondering what that site does…?

    as for my code:

    <div id="content" class="narrowcolumn">

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

    <?php while (have_posts()) : the_post(); ?>

    <div class="post" id="post-<?php the_ID(); ?>">
    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    <small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>

    <div class="entry">
    <?php the_content('Read the rest of this entry &raquo;'); ?>
    </div>

    <p class="postmetadata">Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
    </div>

    <?php endwhile; ?>

    <div class="navigation">
    <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
    <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
    </div>

    <?php else : ?>

    <h2 class="center">Not Found</h2>
    <p class="center">Sorry, but you are looking for something that isn't here.</p>
    <?php include (TEMPLATEPATH . "/searchform.php"); ?>

    <?php endif; ?>

    </div>

    <?php get_footer(); ?>

    phoenixf1re

    (@phoenixf1re)

    *bump*

    ladydelaluna

    (@ladydelaluna)

    “can we have a link to your site, and can you maybe go to pastebin.com/ and post your index.php code (in full) and link us to it so we can take a look?”

    first, posting code like that here isn’t a good idea. that’s why i suggested you go to pastebin and do it, and then post the link to it (you’ll get it after you post your code THERE) in here so we could read it there.

    second, we still don’t have a link to your site.

    third, bumping your thread after only 20 minutes isn’t going to get you help any faster – help is provided by volunteers who will help you when they have an answer, and won’t help when they don’t. patience is a virtue.

    what theme are you using, by the way? it doesn’t look like you have the entire index.php code because what you posted doesn’t appear to even call in a header file at all…

    lastly – http://validator.w3.org/check?uri=http://phoenixf1re.melilyn.com/ there are 81 errors on your site. and the site is completely borked when you try to look at a single post.

    did you make all these mods or did you grab a theme and install it and have these issues?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘DOUBLE header?!’ is closed to new replies.