The MU forums have moved to WordPress.org

Could someone please take a look at this and..... (8 posts)

  1. pcfactor
    Member
    Posted 15 years ago #

    Possibly tell me what in the world I am doing wrong??? It works fine before I break it down into the different files for the template, when I break the index into seperate parts I get this.... http://www.pc-factor.com/bloggerzone/wptest Any help is more than appreciated

    TIA

  2. demonicume
    Member
    Posted 15 years ago #

    re-examine your style sheet.

  3. cafespain
    Member
    Posted 15 years ago #

    Your header graphic (headerback.gif) is also missing.

  4. andrea_r
    Moderator
    Posted 15 years ago #

    Probably missed a div or a closing tag somewhere.

    alos, see this:
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fpc-factor.com%2Fbloggerzone%2Fwptest%2F

  5. pcfactor
    Member
    Posted 15 years ago #

    It appears to be breaking at <?php include(TEMPLATEPATH."/left_sidebar.php");?>

    inside that file is simply

    <div id="leftcolumn">
    
    </div><!– close leftcolumn –>

    Then is the include for right_sidebar.php which is where I was including the sidebar.php. I removed the sidebar.php to take that out of the equation until I tracked it down as that is where the break was getting pointed to before I did that....I'm brand new to wordpress so I am struggling here

  6. andrea_r
    Moderator
    Posted 15 years ago #

  7. pcfactor
    Member
    Posted 15 years ago #

    Ok, I've fixed the xhtml problems and it now checks fine. The problem is when I add the loop to the center column, it throws it down on top of the footer. Does the loop code have an automatic div or line feed or something in it? I kept it as basic as possible

    <?php if (have_posts()) :
    while (have_posts()) :
    the_post();
    the_content();
    endwhile;
    endif;
    ?>

    it's at http://www.pc-factor.com/wptest it even still validates fine.

  8. pcfactor
    Member
    Posted 15 years ago #

    Disregard me for being stupid LoL.....I fixed it by simply adding a div setting in css for the loop to go between....duh...

About this Topic

  • Started 15 years ago by pcfactor
  • Latest reply from pcfactor