I have a comic strip blog in which I have one strip per page (see http://geeksinlove.free.fr/). The theme is a modified Kubrick.
So in effect, there is no difference in presentation when I access the blog normally (via index.php) or via a specific post (?=11).
The one difference is that when I access via a specific post, the next/previous links show the strip descriptive titles (see http://geeksinlove.free.fr/?=11). When I access via the general URL, the next/previous links are a generic ("previous" / "next").
I would like my next/previous links to use the post/comic strip titles when I access the blog via index.php.
The "previous_post_link" function from single.php doesn't work in index.php (which uses "previous_posts_link").
Any idea how I might get the descriptive links in index.php?
Thanks in advance.