blog posting discrepancy
-
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 , ive debugged it as much as i can see , but i cant see why it goes off like that ?? .. it seems to kick the code outside the div when it displays , hence why its down there
<?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 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘blog posting discrepancy’ is closed to new replies.