Title: Automatically Paginate Posts
Author: Erick Hitter
Published: <strong>3 Ιουνίου  2012</strong>
Last modified: 1 Ιουλίου  2022

---

Αναζήτηση πρόσθετων

Αυτό το πρόσθετο **δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress**.
Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας
με τις πιο πρόσφατες εκδόσεις του WordPress.

![](https://s.w.org/plugins/geopattern-icon/automatically-paginate-posts.svg)

# Automatically Paginate Posts

 Από [Erick Hitter](https://profiles.wordpress.org/ethitter/)

[Λήψη](https://downloads.wordpress.org/plugin/automatically-paginate-posts.0.3.1.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/automatically-paginate-posts/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/automatically-paginate-posts/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/automatically-paginate-posts/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/automatically-paginate-posts/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/automatically-paginate-posts/)

## Περιγραφή

Automatically paginate WordPress content by inserting the `<!--nextpage-->` Quicktag
at intervals controlled by plugin’s settings.

Option is provided to control which post types are automatically paginated (default
is the “Post” post type). Supports any public custom post types (non-public types
are supported via the `autopaging_post_types` filter).

Option is also provided to specify how many pages content should be broken out over,
or how many words should be included per page.

## Εγκατάσταση

 1. Upload automatically-paginate-posts to `/wp-content/plugins/`.
 2. Activate plugin through the WordPress Plugins menu.
 3. Configure plugin by going to **Settings > Reading**.

## Συχνές Ερωτήσεις

### Where do I set the plugin’s options?

The plugin’s options are added to the built-in **Reading** settings page in WordPress.

### Can I disable the plugin’s functionality for specific content?

Yes, the plugin adds a metabox (Classic Editor) and a sidebar component (Block Editor)
to individual items in supported post types that allows the autopaging to be disabled
on a per-post basis.

### How can I add support for my custom post type?

Navigate to **Settings > Reading** in WP Admin to enable this plugin for your custom
post type.

You can also use the filter `autopaging_post_types` to add support by appending 
your post type’s name to the array.

### What filters does this plugin include?

 * `autopaging_post_types` – modify the post types supported by this plugin. Will
   override the values set under Settings > Reading.
 * `autopaging_num_pages_default` – modify the default number of pages over which
   a post is displayed. Will override the value set under Settings > Reading.
 * `autopaging_max_num_pages` – override the maximum number of pages available in
   the settings page dropdown when the paging type is “pages”.
 * `autopaging_max_num_words` – override the minimum number of words allowed per
   page page when the paging type is “words”.
 * `autopaging_num_pages` – change the number of pages content is displayed on at
   runtime. Filter provides access to the full post object in addition to the number
   of pages.
 * `autopaging_num_words` – change the number of words displayed per page at runtime.
   Filter provides access to the full post object in addition to the number of words.
 * `autopaging_supported_block_types_for_word_counts` – specify which block types
   are considered when splitting a block-editor post by word count.

## Κριτικές

![](https://secure.gravatar.com/avatar/2aff99a6c7ab59b00592786a85c08da86a2794a9e2af10ee0246bfeb247a4cc2?
s=60&d=retro&r=g)

### 󠀁[Great plugin](https://wordpress.org/support/topic/great-plugin-37871/)󠁿

 [Henry Douglas](https://profiles.wordpress.org/henrydouglas/) 30 Οκτωβρίου 2023

Excellent plugin, solved my problem. Thanks for your dedication.

![](https://secure.gravatar.com/avatar/42553b021aa680639d881d03d36cc5589d3ba08ff3a4a6762821b54cc96ccaa2?
s=60&d=retro&r=g)

### 󠀁[greate](https://wordpress.org/support/topic/post-ordering-broken-in-admin-after-uninstalling-this-plugin-2/)󠁿

 [ciertaluna](https://profiles.wordpress.org/ciertaluna/) 16 Αυγούστου 2022

Great

![](https://secure.gravatar.com/avatar/73751a69cf68483185f33e76ce6159f3633012e5c11c9d436580ba39000b8844?
s=60&d=retro&r=g)

### 󠀁[Excellent Plugin](https://wordpress.org/support/topic/excellent-plugin-8013/)󠁿

 [evelinjohanna90](https://profiles.wordpress.org/evelinjohanna90/) 15 Ιουλίου 2022

Plugin works well. Can it be configured to work with 1 page? Without it splitting.

![](https://secure.gravatar.com/avatar/539b1fe69ec1297fcbc68398aa67451e654289f64b54b58938996d4b6a09fd15?
s=60&d=retro&r=g)

### 󠀁[Perfect](https://wordpress.org/support/topic/perfect-8873/)󠁿

 [bdonmez](https://profiles.wordpress.org/bdonmez/) 31 Οκτωβρίου 2021

Thank you for this free plugin.

![](https://secure.gravatar.com/avatar/dfcaa3c5a6e4ae30b8449f1d43d48b7820f055525fb5f4aff80847f6ca7be256?
s=60&d=retro&r=g)

### 󠀁[Links show up below Jetpack sharing buttons](https://wordpress.org/support/topic/links-show-up-below-jetpack-sharing-buttons/)󠁿

 [igabc](https://profiles.wordpress.org/igabc/) 31 Δεκεμβρίου 2020

Links show up below Jetpack sharing buttons

![](https://secure.gravatar.com/avatar/b94af65ef4e74785f9322ce28d431edef85aabdd4ed57b0defffba57215dfc93?
s=60&d=retro&r=g)

### 󠀁[Works beautifully with WP 5.5](https://wordpress.org/support/topic/works-beautifully-with-wp-5-5/)󠁿

 [Josh Journey](https://profiles.wordpress.org/ljosh/) 17 Αυγούστου 2020

After updating to WordPress 5.5 a custom function that automated pagination broke
on all sites. Thankfully this plugin makes it extraordinarily easy to have automated
page breaks along with an unexpected feature called “Approximate words per page”.
It even worked with other custom code. Something that would benefit anyone who either
wants to break up large pages or load other things like maps into tabs.

 [ Ανάγνωση όλων των 16 κριτικών ](https://wordpress.org/support/plugin/automatically-paginate-posts/reviews/)

## Συνεισφέροντες & Προγραμματιστές

“Automatically Paginate Posts” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν
συνεισφέρει στη δημιουργία του.

Συντελεστές

 *   [ Erick Hitter ](https://profiles.wordpress.org/ethitter/)
 *   [ Oomph, Inc. ](https://profiles.wordpress.org/thinkoomph/)
 *   [ Ben Doherty (Oomph, Inc) ](https://profiles.wordpress.org/bendoh/)

Το “Automatically Paginate Posts” έχει μεταφραστεί σε 1 γλώσσα. Ευχαριστούμε τους
[μεταφραστές](https://translate.wordpress.org/projects/wp-plugins/automatically-paginate-posts/contributors)
για τις συνεισφορές τους.

[Μεταφράστε το “Automatically Paginate Posts” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/automatically-paginate-posts)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/automatically-paginate-posts/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/automatically-paginate-posts/)
ή εγγραφείτε στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/automatically-paginate-posts/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/automatically-paginate-posts/?limit=100&mode=stop_on_copy&format=rss).

## Σύνοψη αλλαγών

#### 0.3.1

 * Fix translation support.

#### 0.3

 * Add support for content authored in block editor (Gutenberg).
 * Add native block-editor control to replace legacy metabox.
 * Fix bug that created empty pages.

#### 0.2

 * Allow for number of words to be specified instead of number of pages.

#### 0.1

 * Initial release.

## Μεταστοιχεία

 *  Version **0.3.1**
 *  Τελευταία ενημέρωση: **πριν από 4 έτη**
 *  Ενεργές εγκαταστάσεις: **1.000+**
 *  Έκδοση WordPress: ** 3.4 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **6.0.11**
 *  Έκδοση PHP: ** 5.6 ή νεότερη **
 *  Γλώσσα:
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/automatically-paginate-posts/)
   και [English (US)](https://wordpress.org/plugins/automatically-paginate-posts/).
 *  [Μεταφράστε στην γλώσσα σας](https://translate.wordpress.org/projects/wp-plugins/automatically-paginate-posts)
 * Ετικέτες:
 * [Nextpage](https://el.wordpress.org/plugins/tags/nextpage/)[Paginate](https://el.wordpress.org/plugins/tags/paginate/)
   [quicktag](https://el.wordpress.org/plugins/tags/quicktag/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/automatically-paginate-posts/advanced/)

## Αξιολογήσεις

 4.4 out of 5 stars.

 *  [  13 5-star reviews     ](https://wordpress.org/support/plugin/automatically-paginate-posts/reviews/?filter=5)
 *  [  2 4-star reviews     ](https://wordpress.org/support/plugin/automatically-paginate-posts/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/automatically-paginate-posts/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/automatically-paginate-posts/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/automatically-paginate-posts/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/automatically-paginate-posts/reviews/#new-post)

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/automatically-paginate-posts/reviews/)

## Συντελεστές

 *   [ Erick Hitter ](https://profiles.wordpress.org/ethitter/)
 *   [ Oomph, Inc. ](https://profiles.wordpress.org/thinkoomph/)
 *   [ Ben Doherty (Oomph, Inc) ](https://profiles.wordpress.org/bendoh/)

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/automatically-paginate-posts/)