Title: WP Author Slug
Author: Konstantin Obenland
Published: <strong>21. фебруар 2011.</strong>
Last modified: 28. мај 2026.

---

Претражи додатке

![](https://ps.w.org/wp-author-slug/assets/banner-772x250.jpg?rev=2814859)

![](https://s.w.org/plugins/geopattern-icon/wp-author-slug_2b292a.svg)

# WP Author Slug

 [Konstantin Obenland](https://profiles.wordpress.org/obenland/)

[Преузимање](https://downloads.wordpress.org/plugin/wp-author-slug.6.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/wp-author-slug/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/wp-author-slug/#reviews)
 *  [Постављање](https://sr.wordpress.org/plugins/wp-author-slug/#installation)
 * [Изградња](https://sr.wordpress.org/plugins/wp-author-slug/#developers)

 [Подршка](https://wordpress.org/support/plugin/wp-author-slug/)

## Опис

This plugin replaces the author slug with a sanitized version of the user’s display
name.

This plugin will not prevent hackers from finding out your login name but the login
name won’t be visible
 in the author archive’s URL, which works towards your friendly
URLs with using your display name.

DO NOT use this on a site with more than 1000 registered users, as updating all 
of their nicenames at once might break your site.

## Постављање

 1. Download WP Author Slug.
 2. Unzip the folder into the `/wp-content/plugins/` directory.
 3. Activate the plugin through the ‘Plugins’ menu in WordPress.

## Прегледи

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

### 󠀁[Don’t use if you have a large user database](https://wordpress.org/support/topic/dont-use-if-you-have-a-large-user-database/)󠁿

 [Peter](https://profiles.wordpress.org/petergerard/) 6. јул 2021. 1 одговор

This plugin would probably work OK if you have a small number of users (e.g. if 
your site doesn’t allow public login). But if you have a large number of users (
e.g. if you are running ecommerce or allow users to register for other reasons),
this plugin will probably take down your site. The reason is that there are hooks
that run when you activate or delete the plugin. It runs database fetch and update
queries on every user in your database, all in-line on the request (rather than 
background via a cron). So if you have a thousand or more users it attempts to do
a thousand or more database writes when you click Activate or Delete from the plugins
list. This will likely grind your website to a halt. It would be better/useable 
if you could either choose to only apply these scripts to specific user types (e.
g. Author) or if you could run the update in batches in the background.

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

### 󠀁[Does the job](https://wordpress.org/support/topic/does-not-work-anymore-42/)󠁿

 [cool_recep](https://profiles.wordpress.org/cool_recep/) 6. новембар 2020. 2 одговора

Errors are fixed.

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

### 󠀁[Good one!](https://wordpress.org/support/topic/good-one-376/)󠁿

 [Husgrove](https://profiles.wordpress.org/gasparhusgrove/) 23. јун 2019.

Works as expected, recommend.

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

### 󠀁[Excellent](https://wordpress.org/support/topic/excellent-5223/)󠁿

 [Knut Sparhell](https://profiles.wordpress.org/knutsp/) 11. август 2017.

Easy way to add some obscurity to login guessing. But please update as it’s over
2 years now.

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

### 󠀁[I was surprised, how easy it was](https://wordpress.org/support/topic/i-was-surprised-how-easy-it-was/)󠁿

 [Terras Design](https://profiles.wordpress.org/1000literfotos/) 3. септембар 2016.

…works fine. Thank you 🙂

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

### 󠀁[Awesome Plugin](https://wordpress.org/support/topic/awesome-plugin-1951/)󠁿

 [pashaUSA](https://profiles.wordpress.org/pashausa/) 3. септембар 2016.

This plugin should be part of Wordpress core. It really does help to hide usernames
of Site Users in URL, Which makes hackers to get through the security.

 [ Види сав 21 преглед ](https://wordpress.org/support/plugin/wp-author-slug/reviews/)

## Сарадници и градитељи

„WP Author Slug“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

 *   [ Konstantin Obenland ](https://profiles.wordpress.org/obenland/)

„WP Author Slug“ је преведен на 3 језика. Хвала [преводиоцима](https://translate.wordpress.org/projects/wp-plugins/wp-author-slug/contributors)
за њихове доприносе.

[Преведите „WP Author Slug“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/wp-author-slug)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/wp-author-slug/), проверите
[SVN складиште](https://plugins.svn.wordpress.org/wp-author-slug/) или се пријавите
на [белешку градње](https://plugins.trac.wordpress.org/log/wp-author-slug/) преко
[RSS-а](https://plugins.trac.wordpress.org/log/wp-author-slug/?limit=100&mode=stop_on_copy&format=rss).

## Белешка о изменама

#### 6

 * Escaped donate link output in `plugin_row_meta` to harden against malformed URLs.
 * Tested with WordPress 6.9.

#### 5

 * Added conflict detection for author slugs that match existing page slugs. Props@
   knutsp.
 * Tested with WordPress 6.8.

#### 4

 * Moved clean up to plugin deactivation. This makes sure author slugs are only 
   modified with the plugin active.
 * Updated utility class.
 * Tested with WordPress 6.1.

#### 3

 * Maintenance release.
 * Checks if keys and properties exist before using them.
 * Tested with WordPress 5.6.

#### 2

 * Maintenance release.
 * Updated code to adhere to WordPress Coding Standards.
 * Tested with WordPress 5.0.

#### 1.3.0

 * Maintenance release.
 * Tested with WordPress 4.0.

#### 1.2.2

 * Updated utility class.
 * Tested with WordPress 3.4.1.

#### 1.2.1

 * Updated uninstall.php and activation hook to use WordPress User API instead of
   custom queries.
 * Updated utility class.

#### 1.2

 * Tested for WordPress 3.3.1.

#### 1.1

 * Tested for WordPress 3.1.1.
 * Added complete uninstall routine.
 * Added compatibility for pre-3.1 multisite installs.

#### 1.0

 * Initial Release.

## Мета

 *  Version **6**
 *  Last updated **2 месеца раније**
 *  Active installations **2.000+**
 *  WordPress version ** 3.0 или новије **
 *  Tested up to **6.9.5**
 *  Languages
 * [English (US)](https://wordpress.org/plugins/wp-author-slug/), [French (France)](https://fr.wordpress.org/plugins/wp-author-slug/),
   [German](https://de.wordpress.org/plugins/wp-author-slug/) и [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/wp-author-slug/).
 *  [Преведите на свој језик](https://translate.wordpress.org/projects/wp-plugins/wp-author-slug)
 * Tags
 * [author](https://sr.wordpress.org/plugins/tags/author/)[author archive](https://sr.wordpress.org/plugins/tags/author-archive/)
   [security](https://sr.wordpress.org/plugins/tags/security/)[slug](https://sr.wordpress.org/plugins/tags/slug/)
   [url](https://sr.wordpress.org/plugins/tags/url/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/wp-author-slug/advanced/)

## Оцене

 4.8 out of 5 stars.

 *  [  17 5-star reviews     ](https://wordpress.org/support/plugin/wp-author-slug/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/wp-author-slug/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/wp-author-slug/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-author-slug/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wp-author-slug/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-author-slug/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-author-slug/reviews/)

## Сарадници

 *   [ Konstantin Obenland ](https://profiles.wordpress.org/obenland/)

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/wp-author-slug/)

## Донирај

Желите ли да подржите напредак овог додатка?

 [ Донирај овом додатку ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XVPLJZ3VH4GCN)