I want to link my posts together so that they are separate yet they are connected as if it is page 2. I have Pagnavi installed, but it only works for posts in chronical order.
I want to link my posts together so that they are separate yet they are connected as if it is page 2. I have Pagnavi installed, but it only works for posts in chronical order.
look into the use of <!--nextpage--> in posts
http://codex.wordpress.org/Function_Reference/wp_link_pages
or
the use of page templates with a query filtering a single category, and then the 'in_same_cat' parameter of next_post_link(), for instance.
http://codex.wordpress.org/Function_Reference/next_post_link
http://codex.wordpress.org/Pages#Page_Templates
http://codex.wordpress.org/Function_Reference/query_posts
http://codex.wordpress.org/Function_Reference/query_posts#Category_Parameters
This topic has been closed to new replies.