=== Plugin Name === Contributors: JohnPBloch Donate Link: http://www.johnpbloch.com/ Tags: custom post type, custom permalink, permalink, permalinks, custom permalinks, custom post types, post permalinks, flexible permalinks, flexible permalink, post type permalink, post type, post type permalinks Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 1.0.2 Custom Post Permalinks will set up permalinks for non-hierarchical custom post types which have the flexibility of blog post permalinks. == Description == The plugin will set up custom post type permalinks for non-hierarchical permalinks which have the flexibility of blog post permalinks. So, for example, I could have a press release post type and set up permalinks like so: http://my-site.com/press-releases/2010/08/great-news/ which would also enable post type specific archives: http://my-site.com/press-releases/2010/08/ http://my-site.com/press-releases/2010/ Special thanks goes out to Aaron Jorbin for helping me with reviewing the code and making the plugin better in general. == Installation == 1. Use WordPress' built in plugin installer (or otherwise upload the custom-post-permalinks directory and its contents to your plugins directory) 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Go to your Permalinks settings page and modify the permalinks to your heart's content. == Frequently Asked Questions == None yet. == Screenshots == 1. The permalinks settings screen with a few extra post types. == Changelog == = 1.0.2 = * Fixed code that improperly checked for categories = 1.0.1 = * Added category and author handling in permalinks. * Restricted post types to non-hierarchical types. * Add .pot file to lang directory = 1.0 = * First stable release == Upgrade Notice == = 1.0.2 = * If you wish to use categories in your permalink, you must upgrade, as that bug was fixed in this version. = 1.0.1 = * Restricted plugin to non-hierarchical post types (it doesn't work so well with hierarchical types) * Added category and author handling in the permalinks * Added .pot file to lang directory = 1.0 = * Nothing yet: first release