Hey guys,
im using the latest version of WP, but although the "<!--nextpage-->"-tag is set correctly and the theme (my own creation) uses `<div class="ff_postTail">
-
<?php link_pages('
- Pages: ', '
- Your choice: ', '
', 'number', 'Next page', 'Previous page', 'Page %'); ?>
<?php if ($user_ID) : edit_post_link('Edit', '
'); endif; ?>
</div>` the page only gets cut at the requested position and shows the page-links ("Pages: Page 1 Page 2") - clicking "Page 2" results in the URL being changed to "/author/2/", but that page doesn't show up!
Instead, there's a 404 error shown, telling me "Page not found".. :(
Any help would be greatly appreciated!