Easy to change Permalink of custom post type.
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!
Example:
register_post_type( 'foo', array( "public" => true, 'has_archive' => true, "rewrite" => [ "with_front" => true ], "sptp_permalink_structure" => "foo/%post_id%" ) );
/simple-post-type-permalinks
directory to the /wp-content/plugins/
directory.Access the permalinks setting by going to Settings -> Permalinks.
Only %post_id%
and %postname%
.
%year%
, %monthnum%
, %day%
, %hour%
, %minute%
, %second%
, %author%
.get_post_type_archive
.