Thanks mylife64 ??
It didn’t work.
Perhaps I should say that I’m using index.php as a cms where I just display what’s new on the web and just an excerpt of the last post.
On my web you navigate from single post to single post because all entries are large articles.
Currently, from my index.php you can only go to the last post by clicking “the more”.
From the single last entry you can navigate from single to single post with;
‘
<div class=”alignleft”><?php previous_post_link(‘« %link’)?></div>
<div class=”alignright”><?php next_post_link(‘%link »’) ?></div>
‘
I’d like to implement a navigation bar 1,2,3 … for my index.php and my single.php templates.
Perhaps it is too complicated, isn’t it?