Hello. My site is OhGizmo.com. I recently upgraded to WordPress 2.2.1 from 2.0.2. The navigation links at the bottom of each page (Next Page, Previous Page) are not showing anymore. Just the expty box that used to contain them. I haven no idea what could be causing this.
The code that used to generate them previously is this one:
<div class="navigation"><div class="corner1"> <div class="corner2">
<div class="padit"><?php next_posts_link('« Previous') ?><?php previous_posts_link(' | Next »') ?></div>
</div></div></div>
Now it doesn't work at all. Any ideas?