Title: Pagebreak Description
Author: Katsushi Kawamori
Published: <strong>2024-01-13</strong>
Last modified: 2026-03-29

---

Szukaj wtyczek

![](https://ps.w.org/pagebreak-description/assets/icon-256x256.png?rev=3021445)

# Pagebreak Description

 Autor: [Katsushi Kawamori](https://profiles.wordpress.org/katsushi-kawamori/)

[Pobierz](https://downloads.wordpress.org/plugin/pagebreak-description.1.12.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/pagebreak-description/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/pagebreak-description/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/pagebreak-description/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/pagebreak-description/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/pagebreak-description/)

## Opis

 * Enter page breaks and before/after descriptions. Values are used in pagination.
 * Do not mix this block with the Page Break block, as it may cause the comment 
   to be misaligned.

#### How it works

#### Filter hooks

    ```
    /** ==================================================
     * Filter for CSS URL.
     * Default CSS -> /pagebreak-description/css/style.css
     */
    add_filter(
        'pagebreak_description_css', 
        function() {

            /* If you put mydesign.css in wp-content/uploads */
            $wp_uploads = wp_upload_dir();
            $upload_url = $wp_uploads['baseurl'];
            if ( is_ssl() ) {
                $upload_url = str_replace( 'http:', 'https:', $upload_url );
            }
            $upload_url = untrailingslashit( $upload_url );
            $url = $upload_url . '/mydesign.css';

            return $url;
        },
        10,
        1
    );
    ```

## Zrzuty ekranu

[⌊Block⌉⌊Block⌉[

Block

[⌊View⌉⌊View⌉[

View

[⌊Management screen⌉⌊Management screen⌉[

Management screen

## Bloki

Wtyczka dodaje 1 blok.

 *   Page breaks and before/after descriptions Enter page breaks and before/after
   descriptions. Values are used in pagination. Do not mix this block with the Page
   Break block, as it may cause the comment to be misaligned.

## Instalacja

 1. Upload `pagebreak-description` directory to the `/wp-content/plugins/` directory
 2. Activate the plugin through the 'Plugins’ menu in WordPress

## Najczęściej zadawane pytania

none

## Recenzje

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

### 󠀁[Thank You](https://wordpress.org/support/topic/thank-you-3620/)󠁿

 [kushalmakebank](https://profiles.wordpress.org/kushalmakebank/) 2025-02-13

Nice Working 😀

 [ Przeczytaj 1 recenzje ](https://wordpress.org/support/plugin/pagebreak-description/reviews/)

## Kontrybutorzy i deweloperzy

„Pagebreak Description” jest oprogramowaniem open source. Poniższe osoby miały wkład
w rozwój wtyczki.

Zaangażowani

 *   [ Katsushi Kawamori ](https://profiles.wordpress.org/katsushi-kawamori/)

Wtyczka „Pagebreak Description” została przetłumaczona na 1 język. Podziękuj [tłumaczom](https://translate.wordpress.org/projects/wp-plugins/pagebreak-description/contributors)
za ich wkład.

[Przetłumacz wtyczkę “Pagebreak Description” na swój język.](https://translate.wordpress.org/projects/wp-plugins/pagebreak-description)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/pagebreak-description/),
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/pagebreak-description/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/pagebreak-description/)
przez [RSS](https://plugins.trac.wordpress.org/log/pagebreak-description/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### [1.12] 2025/04/04

 * Fix – Rebuilt blocks.

#### [1.11] 2024/11/15

 * Fix – Rebuilt javascript.
 * Change – Changed the required version of WordPress.

#### [1.10] 2024/11/09

 * Fix – Rebuilt blocks.

#### [1.09] 2024/06/11

 * Fix – CSS in a single file.
 * Added – Management screen.
 * Added – Uninstall script.

#### [1.08] 2024/06/10

 * Fix – Pagination Description.

#### [1.07] 2024/06/10

 * Added – Pagination before content.

#### [1.06] 2024/06/10

 * Added – Tooltip processing for mobile devices.

#### [1.05] 2024/06/09

 * Added – Display a tooltip on the page link with a description of that page.

#### [1.04] 2024/06/08

 * Fix – Insert title tags into page links.
 * Removed – Uninstall script.

#### [1.03] 2024/06/08

 * Fix – Insert title tags into page links.
 * Fix – Uninstall script.

#### [1.02] 2024/06/08

 * Added – Insert title tags into page links.
 * Added – Uninstall script.

#### [1.01] 2024/01/14

 * Tweak – Support for Glotpress.

#### [1.00] 2024/01/14

Initial release.

## Meta

 *  Wersja **1.12**
 *  Ostatnia aktualizacja **3 miesiące temu**
 *  Włączone instalacje **90+**
 *  Wersja WordPressa ** 6.6 lub nowszej **
 *  Testowano do **7.0**
 *  Wersja PHP ** 8.0 lub nowszej **
 *  Języki
 * [English (US)](https://wordpress.org/plugins/pagebreak-description/) i [Japanese](https://ja.wordpress.org/plugins/pagebreak-description/).
 *  [Przetłumacz na swój język](https://translate.wordpress.org/projects/wp-plugins/pagebreak-description)
 * Tagi
 * [block](https://pl.wordpress.org/plugins/tags/block/)[Next Page](https://pl.wordpress.org/plugins/tags/next-page/)
   [pagebreak](https://pl.wordpress.org/plugins/tags/pagebreak/)[pagination](https://pl.wordpress.org/plugins/tags/pagination/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/pagebreak-description/advanced/)

## Oceny

 5 na 5 gwiazdek.

 *  [  1 recenzja 5-gwiazdkowa     ](https://wordpress.org/support/plugin/pagebreak-description/reviews/?filter=5)
 *  [  0 recenzji 4-gwiazdkowych     ](https://wordpress.org/support/plugin/pagebreak-description/reviews/?filter=4)
 *  [  0 recenzji 3-gwiazdkowych     ](https://wordpress.org/support/plugin/pagebreak-description/reviews/?filter=3)
 *  [  0 recenzji 2-gwiazdkowych     ](https://wordpress.org/support/plugin/pagebreak-description/reviews/?filter=2)
 *  [  0 recenzji 1-gwiazdkowych     ](https://wordpress.org/support/plugin/pagebreak-description/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/pagebreak-description/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/pagebreak-description/reviews/)

## Zaangażowani

 *   [ Katsushi Kawamori ](https://profiles.wordpress.org/katsushi-kawamori/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/pagebreak-description/)

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](https://shop.riverforest-wp.info/donate/)