This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Hashed IDs

توضیحات

This plugin adds a new permalink tag %hashed_id% which represents the encrypted
version of your post ID.
Uses hashids library (see http://www.hashids.org/php/).

With this plugin you can change your permalink structure into something like

/%hashed_id%/ 

to obtain links like

http://www.example.com/B7j1rPk8

or into something like

/%year%/%monthnum%/%hashed_id%/

to obtain URLs like

http://www.example.com/2012/10/B7j1rPk8

or

/%hashed_id%/%postname%/

to obtain

http://www.example.com/B7j1rPk8/my-slug

This plugin is useful when you want to obfuscate the number of posts or simply
if you want an unusual and concise url schema. This is also useful if you want to have
short URLs without using a third-party service.

نصب

  1. Upload wp-hashed-id directory to /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. If you have the %post_id% tag in your permalink structure it will be
    substituted by %hashed_id%. The opposite will happen upon deactivation.

نقد و بررسی‌ها

خواندن تمامی 3 نقد و بررسی‌

توسعه دهندگان و همکاران

“WP Hashed IDs” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “WP Hashed IDs” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.