This plugin is outdated and might not be supported anymore
WP Permastructure

WP Permastructure

Details
View on WordPress

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.

Usage

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%/%postname%/'
    ),
    ...
) );

?>

Details

Plugin code:
wp-permastructure
Plugin version:
1.4.4
Outdated:
Yes
WP version:
3.3 or higher
PHP version:
or higher
Test up to WP version:
6.3.5
Total installations:
400
Last updated:
2023-07-26
Rating:
Times rated:
15
custom-post-types
custom-taxonomies
permalinks
rewrite-rules
urls