Title: Random Post Name
Author: PRESSMAN
Published: <strong>जुन 12, 2020</strong>
Last modified: जुन 12, 2020

---

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

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

![](https://s.w.org/plugins/geopattern-icon/random-post-name.svg)

# Random Post Name

 [PRESSMAN](https://profiles.wordpress.org/pressmaninc/) द्वारा

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

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

 [सहायता](https://wordpress.org/support/plugin/random-post-name/)

## विवरण

Auto-generate a unique random string and set it to post_name.

#### Customization with hooks

Use of filter hooks is at your own risk.

 * You can change post_type to be applied by an array. Deafult is ‘post’ only.

    ```
    add_filter( 'random_post_name_post_types', 'hoge' );
    function hoge(){
        return ['post', 'page'];
    }
    ```

 * You can change the number of characters in the post_name. Deafult is 10.

    ```
    add_filter( 'random_post_name_digits', 'hoge' );
    function hoge(){
        return 20;
    }
    ```

 * You can change the variation of characters. Deafult is ‘0123456789abcdefghijklmnopqrstuvwxyz’.
   Do not include multibyte chars.

    ```
    add_filter( 'random_post_name_choices', 'hoge' );
    function hoge(){
        return '0123456789abcdefghijkmnpqrstuvwxyz_-';
    }
    ```

### Precautions

Too few characters and too few character variations can cause unexpected problems.

## स्थापना

 1. Upload the plugin package to the plugins directory.
 2. Activate the plugin through the \’Plugins\’ menu in WordPress.

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

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

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

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

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

 *   [ PRESSMAN ](https://profiles.wordpress.org/pressmaninc/)
 *   [ Hiroshi Sekiguchi ](https://profiles.wordpress.org/hiroshisekiguchi/)
 *   [ kazunao ](https://profiles.wordpress.org/kazunao/)
 *   [ Shotaro Muraoka ](https://profiles.wordpress.org/muraokashotaro/)

[“Random Post Name” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/random-post-name)

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

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

## चेन्जलग

#### 1.0

 * first version.

## मेटा

 *  संस्करण **1.0**
 *  पछिल्लो अपडेट **6 वर्ष अघि**
 *  सक्रिय स्थापना **10+**
 *  वर्डप्रेस संस्करण ** 5.4 वा उच्च **
 *  जाँच गरिएको **5.4.19**
 *  PHP संस्करण ** 7.1.24 वा उच्च **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/random-post-name/)
 * ट्यागहरू
 * [post](https://ne.wordpress.org/plugins/tags/post/)[post_name](https://ne.wordpress.org/plugins/tags/post_name/)
   [pressman](https://ne.wordpress.org/plugins/tags/pressman/)[slug](https://ne.wordpress.org/plugins/tags/slug/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/random-post-name/advanced/)

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

अहिलेसम्म कुनै समीक्षा पेस गरिएको छैन।

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

[See all reviews](https://wordpress.org/support/plugin/random-post-name/reviews/)

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

 *   [ PRESSMAN ](https://profiles.wordpress.org/pressmaninc/)
 *   [ Hiroshi Sekiguchi ](https://profiles.wordpress.org/hiroshisekiguchi/)
 *   [ kazunao ](https://profiles.wordpress.org/kazunao/)
 *   [ Shotaro Muraoka ](https://profiles.wordpress.org/muraokashotaro/)

## सहायता

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

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