Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

NextPage Buttons

Опис

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.

Встановлення

  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

Часті питання

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.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“NextPage Buttons” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “NextPage Buttons” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

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