Title: Random Post Name
Author: PRESSMAN
Published: <strong>જૂન 12, 2020</strong>
Last modified: જૂન 12, 2020

---

પ્લગીન શોધો

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](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://gu.wordpress.org/plugins/random-post-name/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/random-post-name/#reviews)
 *  [સ્થાપન](https://gu.wordpress.org/plugins/random-post-name/#installation)
 * [ડેવલપમેન્ટ](https://gu.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.

## સમીક્ષાઓ

આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ 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/browser/random-post-name/), 
જોવો[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/random-post-name/),
અથવા સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/random-post-name/)
દ્વારા[આરઅસઅસ](https://plugins.trac.wordpress.org/log/random-post-name/?limit=100&mode=stop_on_copy&format=rss).

## ચેન્જલૉગ

#### 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://gu.wordpress.org/plugins/tags/post/)[post_name](https://gu.wordpress.org/plugins/tags/post_name/)
   [pressman](https://gu.wordpress.org/plugins/tags/pressman/)[slug](https://gu.wordpress.org/plugins/tags/slug/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/random-post-name/advanced/)

## પૉઇન્ટ્સ

હજુ સુધી કોઈ સમીક્ષા સબમિટ કરવામાં આવી નથી.

[મારી સમીક્ષા ઉમેરો](https://wordpress.org/support/plugin/random-post-name/reviews/#new-post)

[બધા  સમીક્ષાઓ જુઓ](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/)