Okay, everytime I change something on my blog theme I mess it up. Last night I added a line seperator, and added the code into the CSS and index.php file - which worked great.
Tonight though I received an email from a potential advertiser to say that they can't read my previous blog entries because theres no link there anymore.. DOH!
I've looked in index.php and the code is there!
Code:
<div class="line"></div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Next Entries »') ?></div>
</div>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
<?php endif; ?>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
I know I'm a dumbarse but what have I done wrong??
