rahendz
Member
Posted 10 months ago #
can any body help me to explain the function of wp_link_page under the_content in twentyeleven theme.. i'm not clearly understand about it, not about the function it self but what the function do under the_content there. thanks and sorry about my english..
If you use page breaks (<!--nextpage-->) within your content, it will display links for each of the pages (ie. Pages: 1 2 3)
http://codex.wordpress.org/Function_Reference/wp_link_pages
rahendz
Member
Posted 10 months ago #
a big thanks to you :) now i get it, so that wp_link_page and <!--nextpage--> can make multiple page in single post, right?