The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
103 views

Limiting number of visible links displayed with wp_link_pages

I need to extend the wp_link_page function to only show a max of 5 links at a time. What is the best approach to limit the number of links? In the end i'd like it to look like this: Previous 1 2 3 4 ...
0
votes
1answer
16 views

adjust wp_link_pages to only show link to last page

i plan to have posts with multiple pages that would receive updates (added pages) over time. what i want to do is to display the direct link to the last page of the post on the main index. would ...
0
votes
1answer
65 views

only nextpagelink on wp_link_pages?

Someone has solution to display only NEXT PAGE link with wp_link_pages at Paged Single post? i try different solution but none of it helps. As i reach Last Page - wp_link_pages remove nextpagelink ...
1
vote
0answers
83 views

Adding range to wp_link_pages();

I have some very long posts, some have more than 50 pages() and when using wp_link_pages it give me 50 internal post links, clearly this isn't usable. How can I add a range to the wp_link_pages ...