
Easy to change Permalink of custom post type.
Author: | Toro_Unit (profile at wordpress.org) |
WordPress version required: | 4.0 |
WordPress version tested: | 5.2.11 |
Plugin version: | 2.0.5 |
Added to WordPress repository: | 02-04-2015 |
Last updated: | 04-06-2019
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
Rating, %: | 100 |
Rated by: | 10 |
Plugin URI: | https://github.com/torounit/simple-post-type-... |
Total downloads: | 82 687 |
Active installs: | 10 000+ |
![]() Click to start download |
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%"
)
);
Screenshots
FAQ
ChangeLog