Check if you have something like
<?php wp_link_pages(); ?>
in your template file.
Nope couldn’t see that in either my page.php or my index.php
Should it be in one of them then, and if so where in which?
I guess it should be in both of them (for posts and for Pages) and/or in the single.php – and by checking other themes you can see it is usually the first line in the feedback div. Default has it in page.php and single.php in the entrytext div.
In your theme probably would fit in the div class=entry
Ah, now I didn’t have a single.php at all. So I’lve quickly modifed the default one to fit in with my theme. The page links now appear correctly here:
http://technohippy.org.uk/musings/blog/travel/brecon-adventures-august-03/#more-27
but when I follow them I get an error as in here:
http://technohippy.org.uk/musings/blog/travel/brecon-adventures-august-03/2/
Found the issue! instead of posting <!– nextpage –>, remove the spaces and insert <!–nextpage–>.
Also, check out this pluin for a neat way to display your pages: http://www.urbangiraffe.com/2005/03/13/jumpto/