Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the Yoast SEO…
About Simple Post Type Permalinks
Simple Post Type Permalinks is a plugin that allows you to easily edit the permalink structure of custom post types in WordPress. It is simpler and smarter than the Custom Post Type Permalinks plugin, and it supports tags such as post ID, post name, year, month, day, hour, minute, second, and author. The plugin requires PHP version 5.3 or higher and you can find it on GitHub for forking and pull requests.Screenshots

Frequently asked questions
What does Simple Post Type Permalinks do?
Simple Post Type Permalinks allows you to easily edit the permalink structure of custom post types. It provides a simple and smart way to manage these permalinks.
What tags are available for permalink structures?
Available tags include %post_id%, %postname%, %year%, %monthnum%, %day%, %hour%, %minute%, %second%, and %author%. These tags can be used to customize the permalink structure.
What are the PHP requirements for this plugin?
This plugin requires PHP version 5.3 or higher to function correctly.
How can I contribute to this plugin?
This plugin is published on GitHub. You can contribute by forking the repository and submitting pull requests.
How do I set a custom permalink structure for a post type?
You can set the permalink structure by adding 'sptp_permalink_structure' to your register_post_type arguments, for example, 'sptp_permalink_structure' => 'foo/%post_id%'.
Changelog
2.0.1
- Tested 4.9
2.0.0
- Change of class structure.
- Change namespace.
- Add abstract Module class.
- Use autoloader.
- Remove constructor injection and add setter injection for modules.
- Support
%year%,%monthnum%,%day%,%hour%,%minute%,%second%,%author%.
1.3.1
- fix pagination link.
1.2.0
- fix textdomain.
1.1.0
- Test with WooCommerce and WPML.
- Admin Bug Fix.
- Support
get_post_type_archive.
1.0.3
- Admin Bug Fix.
1.0.2
- Coding Standard Fix.
1.0.0
- Drop PHP 5.2.
0.1.0
- First release
