=== Adjustly Nextpage === Contributors: PSDCovers, Elran Oded Donate link: http://www.psdcovers.com/adjustly-nextpage/ Tags: Multiple Page, Multi-Page, Multipage, Split Post, Split Page, Page Break, Post Break, Next Page, Nextpage, Page, Previous Page, Prevpage, Navigation, Navigate, Collapse, Condense, Paginate, Pagination, Multi-part, Continued, Cont, More, Section, HTML Toolbar, Visual Toolbar, jQuery, Javascript Requires at least: 3.3 Tested up to: 3.3.1 Stable tag: 0.1 Enables existing Wordpress functionality to allow page breaks in your posts and pages. == Description == Developed internally for our Adjustly theme, this plugin allows authors to create multi-page posts and pages to the WordPress Visual and HTML toolbar. This is not a post-to-post navigation feature, this is specifically about adding page breaks to a single, very long page/post. We did not create any new features with this plugin, it simply brings back an existing feature to the toolbar.
<!--nextpage-->
That's it. Wordpress already has support for treating this as a page break when viewing the article and will add a page navigation tool at the end of each page or post. In fact, <!--nextpage--> has been around for at least 4 years and has been commented out in wp-admin/quicktags.js since at least version 1.5.1
Wordpress knows your article is not really 2 or more individual pages so your entire page/post is still edited as a single, very long post, on the backend. You will not be jumping from section to section, nothing changes with regards to how you currently edit pages and posts.
<!--nextpage--> in your posts you are stuck with the results. It's no different that deciding you no-longer want any <b> tags to work after using them in every single page and post for months on end.
When you disable this plugin, the "next page" buttons will disappear from the HTML and Visual editor toolbars but any pages and post that made use of <!--nextpage--> will continue to be treated as multi-page posts. Remember, this functionality is built into Wordpress and has nothing to do with this plugin. This plugin only makes the button visible in the editors.
= I am new to Social, do you have a Facebook page? =
Yes we do, but as our brand identity... PSDCovers. Please like!
= How about Twitter? =
Yes! @psdcovers does the twitter. please follow!
== Changelog ==
= 0.1 =
* Unhides the Next Page button in the visual editor
* Adds a Next Page button to the HTML editor
== Troubleshooting ==
1. Hey, I have 3.3+ installed but it's not working!
If you can't see any pagination tools at the end of your post then it's likely that your theme was not made to accomodate this feature. The fix is easy, add the following code to your single.php file inside your theme:
<?php wp_link_pages( array( 'before' => '' . __( 'Pages:', 'adjustly' ), 'after' => '' ) ); ?>
Add this code just prior to the comments_template() code or move it around to see where it suits you best. You may want to add the name of your theme to the code (remove "adjustly" and put your theme name in its place).
You will aslo have to add the above code to page.php as well (code is identical).
== Upgrade Notice ==
None yet