{"id":353695,"date":"2026-08-16T02:16:48","date_gmt":"2026-08-16T02:16:48","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/hash-permalink\/"},"modified":"2026-08-16T02:16:32","modified_gmt":"2026-08-16T02:16:32","slug":"hash-permalink","status":"publish","type":"plugin","link":"https:\/\/uk.wordpress.org\/plugins\/hash-permalink\/","author":23548442,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"7.0.4","requires":"6.0","requires_php":"8.0","requires_plugins":null,"header_name":"Hash Permalink","header_author":"aiunk","header_description":"Automatically generate random hash-based short permalinks for new posts.","assets_banners_color":"262838","last_updated":"2026-08-16 02:16:32","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/plugin.aiunk.com\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":28,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"cavien","date":"2026-08-16 02:16:32"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon.svg":{"filename":"icon.svg","revision":3649186,"resolution":false,"location":"assets","locale":false}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3649186,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3649186,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":3649187,"resolution":"1","location":"assets","locale":"","width":3022,"height":2378},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":3649187,"resolution":"2","location":"assets","locale":"","width":3042,"height":1874}},"screenshots":{"1":"The plugin settings page.","2":"A newly generated hash permalink when editing a post."}},"plugin_section":[],"plugin_tags":[10865,2662,275913,186,137],"plugin_category":[],"plugin_contributors":[275914],"plugin_business_model":[],"class_list":["post-353695","plugin","type-plugin","status-publish","hentry","plugin_tags-hash","plugin_tags-permalink","plugin_tags-random-url","plugin_tags-seo","plugin_tags-short-url","plugin_contributors-cavien","plugin_committers-cavien"],"banners":{"banner":"https:\/\/ps.w.org\/hash-permalink\/assets\/banner-772x250.png?rev=3649186","banner_2x":"https:\/\/ps.w.org\/hash-permalink\/assets\/banner-1544x500.png?rev=3649186","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":"https:\/\/ps.w.org\/hash-permalink\/assets\/icon.svg?rev=3649186","icon":"https:\/\/ps.w.org\/hash-permalink\/assets\/icon.svg?rev=3649186","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/hash-permalink\/assets\/screenshot-1.jpg?rev=3649187","caption":"The plugin settings page."},{"src":"https:\/\/ps.w.org\/hash-permalink\/assets\/screenshot-2.jpg?rev=3649187","caption":"A newly generated hash permalink when editing a post."}],"raw_content":"<!--section=description-->\n<p><strong>Hash Permalink<\/strong> is a lightweight, high-performance WordPress plugin that automatically replaces default post slugs with random hash-based short URLs when new content is published.<\/p>\n\n<h4>Why Use Hash Permalinks?<\/h4>\n\n<ul>\n<li><strong>Privacy &amp; Security<\/strong> \u2014 Hash URLs prevent content scraping and hide your publishing patterns.<\/li>\n<li><strong>Clean &amp; Professional<\/strong> \u2014 Short, random URLs look modern and trustworthy.<\/li>\n<li><strong>SEO Safe<\/strong> \u2014 Only applies to new posts; existing URLs are never modified.<\/li>\n<li><strong>Flexible<\/strong> \u2014 Customize hash length, character set, prefixes, and which post types to apply.<\/li>\n<\/ul>\n\n<h4>Key Features<\/h4>\n\n<ul>\n<li><strong>Auto Hash Generation<\/strong> \u2014 Seamlessly generates unique hash slugs using cryptographically secure random numbers.<\/li>\n<li><strong>Collision Prevention<\/strong> \u2014 Database-level uniqueness check with automatic retry.<\/li>\n<li><strong>Multiple Character Sets<\/strong> \u2014 Choose from numeric, lowercase alphanumeric, mixed case, or hexadecimal.<\/li>\n<li><strong>Configurable Length<\/strong> \u2014 Select 8, 12, or 16 character hashes.<\/li>\n<li><strong>Post Type Support<\/strong> \u2014 Works with Posts, Pages, and any registered Custom Post Type.<\/li>\n<li><strong>Custom Prefix &amp; Suffix<\/strong> \u2014 Add optional URL prefixes or suffixes.<\/li>\n<li><strong>Settings Page<\/strong> \u2014 Intuitive admin settings page under Settings menu.<\/li>\n<\/ul>\n\n<h4>Example URLs<\/h4>\n\n<ul>\n<li><code>https:\/\/yoursite.com\/a7k2m9x4b1n3<\/code> (lowercase alphanumeric, 12 chars)<\/li>\n<li><code>https:\/\/yoursite.com\/6031e781c304<\/code> (hexadecimal, 12 chars)<\/li>\n<li><code>https:\/\/yoursite.com\/post-a7k2m9x4<\/code> (with \"post\" prefix, 8 chars)<\/li>\n<li><code>https:\/\/yoursite.com\/839201748362<\/code> (numeric, 12 chars)<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/hash-permalink<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress.<\/li>\n<li>Go to <strong>Settings<\/strong> -&gt; <strong>Hash Permalink<\/strong> to configure the character set and length.<\/li>\n<li>Publish a new post, and it will automatically receive a hash-based slug!<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"will%20this%20plugin%20modify%20existing%20post%20urls%3F\"><h3>Will this plugin modify existing post URLs?<\/h3><\/dt>\n<dd><p>No. The plugin only intercepts the saving process for new posts or posts that have their slug manually cleared. Existing URLs are safe and will not be altered.<\/p><\/dd>\n<dt id=\"what%20happens%20if%20i%20uninstall%20the%20plugin%3F\"><h3>What happens if I uninstall the plugin?<\/h3><\/dt>\n<dd><p>The hash URLs generated while the plugin was active are permanently saved to the WordPress database as native post slugs. Uninstalling the plugin will not break your existing links.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Automatically generate random hash-based short permalinks for new posts.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/uk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/353695","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/uk.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/uk.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=353695"}],"author":[{"embeddable":true,"href":"https:\/\/uk.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/cavien"}],"wp:attachment":[{"href":"https:\/\/uk.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=353695"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/uk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=353695"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/uk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=353695"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/uk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=353695"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/uk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=353695"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/uk.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=353695"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}