This plugin is outdated and might not be supported anymore
Simple Post Type Permalinks

Simple Post Type Permalinks

Details
View on WordPress

Edit the permalink structure of custom post type too easy.

Simple Post Type Permalinks is Simple and Smart than Custom Post Type Permalinks.

Available tags are %post_id%, %postname%, %year%, %monthnum%, %day%, %hour%, %minute%, %second%, %author%.

Requires PHP version 5.3 or higher.

This Plugin published on GitHub.

Please Fork and Pull Request!

Setting on Code

Example:

register_post_type( 'foo',
    array(
        "public" => true,
        'has_archive' => true,
        "rewrite" => [
            "with_front" => true
        ],
        "sptp_permalink_structure" => "foo/%post_id%"
    )
);

Details

Plugin code:
simple-post-type-permalinks
Plugin version:
2.0.5
Author:
Outdated:
Yes
WP version:
4.0 or higher
PHP version:
5.3 or higher
Test up to WP version:
5.2.21
Total installations:
9,000
Last updated:
2019-06-04
Rating:
Times rated:
10
cms
custom-post-type
permalink
permalinks