nemo-maritime
Member
Posted 2 years ago #
Plugin works great on the site, thanks alot for making it. The issue I am having is with posts, if a post has different pages, it only shows the first page and it wont show the other pages of that post. So, for example, if a post is broken down into the main page (page 1), page 2, page 3 and so on; only the first page is shown, the others do not show up. Any ideas how I can get this fixed?
http://wordpress.org/extend/plugins/mobilepress/
nemo-maritime
Member
Posted 2 years ago #
Another thing is with the excluded categories. If you could also specify how to keep certain categories out of the main page.
nemo-maritime
Member
Posted 2 years ago #
Smewhat good news, the wordpress mobile plugin by Alex does not do the paged sections either. This is still a powerful plugin but I would really like to be able to show additional pages. Any ideas at all?
tylerreed
Member
Posted 2 years ago #
Hey nemo-maritime
We're working on lots of new things for our next release. We'll make sure paging of a post is included in all default themes. Thanks for using MobilePress, please shout if you have any ideas.
nemo-maritime
Member
Posted 2 years ago #
Thank you tylerreed,
I have been thinking of anything else is missing but nothing comes to mind :). Is there a temp fix for the paging issue? Is there a way to get the full post yet or do I wait until it is available?
nemo-maritime
Member
Posted 2 years ago #
Solved!! Took some tinkering and looking around, but I got it on my own. Feel so proud.
The solution to this issue I stumbled over the code for adding the multiple pages link if an article is split at the Codex page for template tags. I just put the
<?php wp_link_pages('before=<p>&after=</p>&next_or_number=number&pagelink=page %'); ?>
code into the single.php in both of the themes folders. That gave me a link that gave it different pages for articles that had the <!--nextpage--> in them.