The nextpage tag has no wiki summary.
0
votes
1answer
25 views
Trying to display next and previous set of posts on separate page (not parent page)
If anyone has any suggestions or know what I'm doing wrong would be a great help. I'm wanting 3 custom news posts per page and then links to the next list of news items and so on. I've tried next page ...
1
vote
1answer
27 views
Show all parts in multipage post
You can do a multipage post by using the <!--nextpage--> inside the post. The question is:
How can I display the whole post (not paged) for this post.
0
votes
1answer
136 views
Next Page & Previous Page links - skipping a single page - how?
On my Wordpress webpage, I have several Pages. Now I want to display "Next Page" & "Previous Page" links. I know that there are several ways out there to do this, but they all fail because I want ...
3
votes
1answer
238 views
Shortcode to insert <!--nextpage-->
Since wordpress does not have a menu icon (aka "user friendly) way to add the command to a post or page, I'm trying to create a shortcode to do it.
However, as logic would have it, its not that ...
0
votes
1answer
44 views
Next Page Link shows same posts on custom template
I have a Page, with Custom Page Template to display 6 "Posts" with a specific category on that page.
The Code that i have used can be found here: http://pastebin.com/E52u0TTi
Also, i have tried:
...
0
votes
1answer
119 views
Single article separated into multiple pages makes Facebook Like button detect as completely separated articles
I run a multiple author Wordpress platform where authors post articles where many of them are separated in several pages. The visitors can navigate the pages within the article by clicking on a Next ...
0
votes
1answer
38 views
Modifying Page-Links <!--nextpage--> format
I'm developing a mobile theme and need to change the format of posts that are using the tag.
Can I add something to functions.php to change the format?
Ideally i'd like to make each page a ...
1
vote
3answers
353 views
Allow Users to Choose Pagination or Next/Previous (Combine)
I'm building a themes option panel and want users to be able to choose between Next/Previous links or pagination in my archives and homepage.
I need help combining the two functions below (pagination ...
1
vote
1answer
72 views
Is it possible to skip certain specified pages when using < prev and next > links?
thanks for taking a minute to read my question. I've done some googling and I can't seem to find the answer to this question anywhere. Forgive me if it's somewhere here on stack exchange already.
...
0
votes
2answers
694 views
Make Current/Active Page Number a Link (WP_LINK_PAGES)
With the default wp_link_pages the current/active page number is not a link. I would like to find a code/hack which turns the current/active page into a link to the top of the page.
I am already ...
2
votes
1answer
268 views
Previous & Next on Index Page broken
So the Next/Previuos on my index page is broken. It goes to page 2 but doesn't refresh the posts. It will work on my categories and it will work on my posts but it just won't work on the from page. ...
1
vote
1answer
526 views
Are shortcode functions applied while rendering the content, or are they executed and stored with the post content?
I'm not sure if I've asked the question properly, apologies for that! What I'm trying to do is, output a <!--nextpage--> tag via a shortcode. But it doesn't work, I guess because shortcodes are ...