Simple Post Type Permalinks
by Toro_Unit (Hiroshi Urabe) on WordPress.org

screenshot-1.png
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%"
)
);
Active installations10K+
Weekly downloads
36-18.18%
Version2.0.5
Last updated6/4/2019
WordPress version4.0
Tested up to5.2.21
PHP version5.3
Tags
cmscustom post typepermalinkpermalinks