Hi,
I am using <!--nextpage--> to paginate a document and wp_link_pages to create the links to each page.
Is there a way to change the link names of each page instead of having page1 page2 page3?
Thanks!
Hi,
I am using <!--nextpage--> to paginate a document and wp_link_pages to create the links to each page.
Is there a way to change the link names of each page instead of having page1 page2 page3?
Thanks!
The template tag, link_pages(), has the nextpagelink and previouspagelink arguments to help with that.
You must log in to post.