Adds the ability to configure permalinks for custom post types using rewrite tags like %post_id% and %author%.
As of April 2026, WP Permastructure is a WordPress urls plugin with 400 active installations and a 4.3/5 rating from 15 reviews. It has been downloaded 21K+ times in total. Requires WordPress 3.3+ and PHP false+. Available on WordPress.org since 2012. Last updated 2 years ago — may have compatibility concerns. Top alternative: Go Live Update Urls.
In addition to controlling your custom post type permalinks this plugin adds support for using custom taxonomies in your permalink structures as well.
Not only that but you can control the full permalink so the post type slug is not required at the start of the link.
Multiple post types can use the same permalink structure.
There are 2 ways to use this plugin:
Permalink Settings
The plugin adds fields to the permalinks settings page for any public facing custom post types.
In Code
When registering a post type you can add a value to the rewrite property with the key ‘permastruct’ to define your default permalink structure.
eg:
<?php
register_post_type( 'my_type', array(
...
'rewrite' => array(
'permastruct' => '/%custom_taxonomy_name%/%author%/%p…| WordPress | 3.3+ requiredTested up to 6.3.8 |
| PHP | false+ required |
create_function callsPlugin data sourced from WordPress.org. Analysis and metrics by PluginSift.