When I choose a month my site will navigate to
www.mydomain.com/2010/02
On that page I have this code:
if (is_date()) {
next_posts_link('« older', 0);
echo " | ";
previous_posts_link('newer »', 0);
}
but this results in nothing. No links.
What am I doing wrong? I'm using permalinks by the way, and what I really want is a monthly navigation, but that doesn't seem to exist (with permalinks)