Hi 🙂
The permalink structure is set by month and date:
http://site.com/blog/2009/02/sample-post/
My blog is actually a diary that requires a user:password.
There´s some personal stuff there (in Icelandic) so I would prefer to send you a link and access via email.
I just found out that the next/previous links appear only when there are two or more posts on a given day.I usually only have one post per page and am only showing one post per page.
I also changed the permalink but again, the links are not working.
Working:
site.com/blog/page/”number”
Not working:
site.com/blog/2009/02/20/”post”
Any thoughts?
Thanks for the quick reply.
My index.php and single.php include the following lines:
<div class="post-nav"><span class="previous"><?php next_posts_link('Older Entries') ?></span><span class="next"><?php previous_posts_link('Newer Entries') ?></span></div>
Both index.php and single.php are exactly the same, line by line.