>
Download This Plugin | |
Download Elegant Themes | |
Name | WP Hashed IDs |
Version | 1.0 |
Author | Alessandro Balasco |
Rating | 0 |
Last updated | 2012-10-14 09:15:00 |
Downloads |
573
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WP Hashed IDs plugin added 15 bytes of resources to the Home page and 18 bytes of resources to the sample Post page.
WP Hashed IDs plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP Hashed IDs plugin ads no tables to your Wordpress blog database.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/ha5b9
or into something like
/%year%/%monthnum%/%hashed_id%/
to obtain URLs like
http://www.example.com/2012/10/ha5b9
or
/%hashed_id%/%postname%/
to obtain
http://www.example.com/ha5b9/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.