• Why is this making my Comment Box Disappear, and my Next Post and Previous Post Buttons Disappear?

    <div id="inside_wrapper">
        <table width="653px" border="0" cellspacing="0" cellpadding="0" background="<?php echo get_bloginfo('template_directory'); ?>/images/slidertemp.jpg">
      <tr>
        <td><div class="marquee" id="mycrawler"><div style="position:relative; bottom: 16px;">
        <table width="1220px" height="75px;" border="0" cellspacing="5">
      <tr>
        <td width="220px" bgcolor="#FFFFFF" ><img src="<?php echo get_bloginfo('template_directory'); ?>/images/FaceBook_48x48.png" /><?php query_posts('cat=4&showposts=1&offset=1'); ?> <?php while (have_posts()) : the_post(); ?> <a href="<?php the_permalink() ?>" class="bodytext"><?php the_title(); ?></a> <?php endwhile; ?> </td>
        <td width="220px" bgcolor="#FFFFFF"><img src="<?php echo get_bloginfo('template_directory'); ?>/images/FaceBook_48x48.png" /><?php query_posts('cat=8&showposts=1&offset=2'); ?> <?php while (have_posts()) : the_post(); ?> <a href="<?php the_permalink() ?>" class="bodytext"><?php the_title(); ?></a> <?php endwhile; ?></td>
        <td width="220px" bgcolor="#FFFFFF"><img src="<?php echo get_bloginfo('template_directory'); ?>/images/FaceBook_48x48.png" /><?php query_posts('cat=7&showposts=1&offset=3'); ?> <?php while (have_posts()) : the_post(); ?> <a href="<?php the_permalink() ?>" class="bodytext"><?php the_title(); ?></a> <?php endwhile; ?></td>
        <td width="220px" bgcolor="#FFFFFF"><img src="<?php echo get_bloginfo('template_directory'); ?>/images/FaceBook_48x48.png" /><?php query_posts('cat=4&showposts=1&offset=4'); ?> <?php while (have_posts()) : the_post(); ?> <a href="<?php the_permalink() ?>" class="bodytext"><?php the_title(); ?></a> <?php endwhile; ?></td>
        <td width="220px" bgcolor="#FFFFFF"><img src="<?php echo get_bloginfo('template_directory'); ?>/images/FaceBook_48x48.png" /><?php query_posts('cat=4&showposts=1&offset=5'); ?> <?php while (have_posts()) : the_post(); ?> <a href="<?php the_permalink() ?>" class="bodytext"><?php the_title(); ?></a> <?php endwhile; ?></td>
      </tr>
    </table>
    </div></div></td>
      </tr>
    </table>
Viewing 2 replies - 1 through 2 (of 2 total)
  • Site url?

    Thread Starter davebenroberts

    (@davebenroberts)

    I don’t have it up live, its on a local server, but i know its something about this code, because when I comment it out, everything shows up. I’m assuming its maybe the amount of endwhiles?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment Box, and Previous, Next Post Link Disappear?’ is closed to new replies.