Hello,
I like using the <!--nextpage--> trick to separate posts in different pages. However, I would like to have the list of pages on top of my post instead of in the bottom of it. How can I do that?
Thanks in advance.
Hello,
I like using the <!--nextpage--> trick to separate posts in different pages. However, I would like to have the list of pages on top of my post instead of in the bottom of it. How can I do that?
Thanks in advance.
http://codex.wordpress.org/Function_Reference/wp_link_pages
possibly edit single.php of your theme, and add the code before 'the_content()', or move the code from where it now to a location before 'the_content()'
You must log in to post.