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

---

Kërkoni te shtojca

Kjo shtojcë **s’është testuar me 3 hedhjet e rëndësishme të fundit në qarkullim 
të WordPress-it**. Mund të mos e mirëmbajnë më, ose mundet të mos mbulohet më dhe
mund të ketë probleme përputhshmërie, kur përdoret me versione më të freskët të 
WordPress-it.

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

# Random Post Name

 Nga [PRESSMAN](https://profiles.wordpress.org/pressmaninc/)

[Shkarkim](https://downloads.wordpress.org/plugin/random-post-name.zip)

 * [Hollësi](https://sq.wordpress.org/plugins/random-post-name/#description)
 * [Shqyrtime](https://sq.wordpress.org/plugins/random-post-name/#reviews)
 *  [Instalim](https://sq.wordpress.org/plugins/random-post-name/#installation)
 * [Zhvillim](https://sq.wordpress.org/plugins/random-post-name/#developers)

 [Asistencë](https://wordpress.org/support/plugin/random-post-name/)

## Përshkrim

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.

## Instalim

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

## Shqyrtime

Për këtë shtojcë s’ka shqyrtime.

## Kontribues & Zhvillues

“Random Post Name” është software me burim të hapur. Në këtë shtojcë kanë dhënë 
ndihmesë personat vijues.

Kontribues

 *   [ 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/)

[Përkthejeni “Random Post Name” në gjuhën tuaj.](https://translate.wordpress.org/projects/wp-plugins/random-post-name)

### Ju intereson zhvillimi?

[Shfletoni kodin](https://plugins.trac.wordpress.org/browser/random-post-name/),
shkarkoni [depon SVN](https://plugins.svn.wordpress.org/random-post-name/), ose 
pajtohuni përmes [RSS-je](https://plugins.trac.wordpress.org/log/random-post-name/?limit=100&mode=stop_on_copy&format=rss)
te [regjistri i zhvillimeve](https://plugins.trac.wordpress.org/log/random-post-name/).

## Regjistër ndryshimesh

#### 1.0

 * first version.

## Të tjera

 *  Version **1.0**
 *  Përditësuar së fundi më **6 vjet më parë**
 *  Instalime aktive **10+**
 *  Version WordPress-i ** 5.4 ose më i madh **
 *  E provuar deri me **5.4.19**
 *  Version PHP-je ** 7.1.24 ose më i madh **
 *  Gjuhë
 * [English (US)](https://wordpress.org/plugins/random-post-name/)
 * Etiketa
 * [post](https://sq.wordpress.org/plugins/tags/post/)[post_name](https://sq.wordpress.org/plugins/tags/post_name/)
   [pressman](https://sq.wordpress.org/plugins/tags/pressman/)[slug](https://sq.wordpress.org/plugins/tags/slug/)
 *  [Pamje e Thelluar](https://sq.wordpress.org/plugins/random-post-name/advanced/)

## Vlerësime

S’është parashtruar ende ndonjë përshtypje.

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

[Shihni krejt shqyrtimet](https://wordpress.org/support/plugin/random-post-name/reviews/)

## Kontribues

 *   [ 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/)

## Asistencë

Keni diçka për të thënë? Ju duhet ndihmë?

 [Shihni forum asistence](https://wordpress.org/support/plugin/random-post-name/)