• imnotobsessed.com

    I tried to add some ads in between posts on the main index page and it didnt work. So I deleted the code and now my page background stops in the middle. Here is the code… any thoughts?

    I must have deleted one line out and Im freaking because I need my blog to look right ASAP.

    Thanks in advance!
    🙂
    Vera
    <?php
    get_header();
    ?>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <?php the_date(”,'<h2>’,'</h2>’); ?>

    <div class=”post”>
    <h3 class=”storytitle” id=”post-<?php the_ID(); ?>”>” rel=”bookmark”><?php the_title(); ?></h3>
    <div class=”meta”><?php _e(“Filed under:”); ?> <?php the_category(‘,’) ?> — <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__(‘Edit This’)); ?></div>

    <div class=”storycontent”>
    <?php the_content(__(‘(more…)’)); ?>
    </div>

    <div class=”feedback”>
    <?php wp_link_pages(); ?>
    <?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?>
    </div>

    </div>

    <?php comments_template( is_single() ); // Get wp-comments.php template ?>

    <?php endwhile; else: ?>
    <?php _e(‘Sorry, no posts matched your criteria.’); ?>
    <?php endif; ?>

    <?php posts_nav_link(‘ — ‘, __(‘« Previous Page’), __(‘Next Page »’)); ?>

    <?php get_footer(); ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter veryvera

    (@veryvera)

    It’s fixed – nevermind

    Actually, we do mind if you come here, ask questions and then close the thread with a “nevermind”… Juts imagine the next user having the exact same problem and diligently searching just to find your “solution” – as nevermind.

    Yup, that’s known as “bad karma”….

    All newcomes, be on notice: provide enough discussion (no “neverminds”), but not too much (use pastebin; absolutely no reposting of a topic that has ever been mentioned before; etc).

    This one’s a dual-sinner with the non-pastebin, and the nevermind demerits.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My background wont go down the entire page’ is closed to new replies.