Title: Pagebreak Description
Author: Katsushi Kawamori
Published: <strong>जनवरी 13, 2024</strong>
Last modified: मार्च 29, 2026

---

प्लगिनहरू खोज्नुहोस्

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

# Pagebreak Description

 [Katsushi Kawamori](https://profiles.wordpress.org/katsushi-kawamori/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/pagebreak-description.1.12.zip)

 * [विवरण](https://ne.wordpress.org/plugins/pagebreak-description/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/pagebreak-description/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/pagebreak-description/#installation)
 * [विकास](https://ne.wordpress.org/plugins/pagebreak-description/#developers)

 [सहायता](https://wordpress.org/support/plugin/pagebreak-description/)

## विवरण

 * 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
    );
    ```

## स्क्रिनसटहरू

 * [[
 * Block
 * [[
 * View
 * [[
 * Management screen

## ब्लकहरू

यो प्लगिनले 1 ब्लक उपलब्ध गराउँछ।

 *   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.

## स्थापना

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

## प्रश्नोत्तर

none

## समीक्षाहरू

![](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/) फेब्रुअरी 13, 
2025

Nice Working 😀

 [ सबै 1 समीक्षा पढ्नुहोस् ](https://wordpress.org/support/plugin/pagebreak-description/reviews/)

## योगदानकर्ता र डेभलपरहरू

“Pagebreak Description” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान
गरेका छन्।

योगदानकर्ताहरू

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

“Pagebreak Description” 1 लोकेलमा अनुवाद गरिएको छ। योगदानको लागि [अनुवादकहरू](https://translate.wordpress.org/projects/wp-plugins/pagebreak-description/contributors)
लाई धन्यवाद।

[“Pagebreak Description” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/pagebreak-description)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/pagebreak-description/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/pagebreak-description/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/pagebreak-description/) हेर्नुहोस्,
वा [विकास लग](https://plugins.trac.wordpress.org/log/pagebreak-description/) को 
सदस्यता लिनुहोस्।

## चेन्जलग

#### [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.

## मेटा

 *  संस्करण **1.12**
 *  पछिल्लो अपडेट **3 हप्ता अघि**
 *  सक्रिय स्थापना **90+**
 *  वर्डप्रेस संस्करण ** 6.6 वा उच्च **
 *  जाँच गरिएको **7.0**
 *  PHP संस्करण ** 8.0 वा उच्च **
 *  भाषाहरू
 * [English (US)](https://wordpress.org/plugins/pagebreak-description/) र [Japanese](https://ja.wordpress.org/plugins/pagebreak-description/).
 *  [आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/pagebreak-description)
 * ट्यागहरू
 * [block](https://ne.wordpress.org/plugins/tags/block/)[Next Page](https://ne.wordpress.org/plugins/tags/next-page/)
   [pagebreak](https://ne.wordpress.org/plugins/tags/pagebreak/)[pagination](https://ne.wordpress.org/plugins/tags/pagination/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/pagebreak-description/advanced/)

## रेटिङ्गहरू

 ५ मा 5 तारा।

 *  [  1 5-तारा समीक्षा     ](https://wordpress.org/support/plugin/pagebreak-description/reviews/?filter=5)
 *  [  0 4-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/pagebreak-description/reviews/?filter=4)
 *  [  0 3-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/pagebreak-description/reviews/?filter=3)
 *  [  0 2-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/pagebreak-description/reviews/?filter=2)
 *  [  0 1-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/pagebreak-description/reviews/?filter=1)

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

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

## योगदानकर्ताहरू

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

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/pagebreak-description/)

## दान गर्नुहोस्

के तपाईँ यस प्लगिनको उन्नतिको लागि सहायता गर्न चाहनुहुन्छ?

 [ यो प्लगिनको लागि दान गर्नुहोस् ](https://shop.riverforest-wp.info/donate/)