• Ok, ive got everything working but this ! would really appreciate some help.

    when the blog posts are pulling through, for some reason the second post kicks out and into the footer , when the footer isnt there its fine. ive debugged it as much as i can see , but i cant see why it goes off like that … any body any ideas ?? ..

    photo here

    <?php
    /**
     * The default template for displaying content. Used for both single and index/archive/search.
     *
     * @package WordPress
     * @subpackage ultimateWordPress
     * @since ultimateWordPress 1.0
     */
    ?>
    
    <h2>
    <a href="<?php the_permalink($post->ID); ?>">
    <?php the_title(); ?>
    </a>
    </h2>
    <?php the_excerpt(); ?>
    
    <?php get_footer(); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘blog posting discrepancy’ is closed to new replies.