Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

NextPage Buttons

Beschrijving

This is a simple plugin to put the <!--nextpage--> buttons back in the WordPress editor Toolbars.

The only caveat to using this plugin is that it uses functionality that has been in the WordPress core but hidden since the NextPage button was removed not long ago. All the functionality for handling the <!--nextpage--> tag via the editor toolbar is there in WordPress core. The JavaScript functions are loaded as well as the CSS, but the buttons are not added to the toolbar. This plugin adds those buttons to the toolbar.

If you’re OK with having functionality that could break in the next revision to WordPress then use this until anything does change in WordPress.

Installatie

  1. Upload the nextpage-buttons folder to your /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Open a post to edit, you will now have next-page buttons in both WYSIWYG and HTML editing modes

FAQ

What happens if WordPress enables the NextPage tag in the future?

Chances are it’ll be pretty obvious that something weird is happening with the Toolbar functionality. In that event you should simply deactivate this plugin.

What happens if WordPress removes the current code that is used from being loaded?

If that ever happens I’ll alter this plugin to load that code directly and we’ll be back in business.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“NextPage Buttons” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “NextPage Buttons” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.1

  • fixing addition to button during plain text editing mode.
  • adding i18n support with Spanish & French translations.
    • Thanks to Andrew Kurtis for the Spanish translation.

1.0.1

  • bumping version number to circumvent the wordpress plugin directory obsolete plugin purgatory.

1.0

  • Initial release