v1.4 2011/08/14
- Added a filter,
cpt_post_types, so people can choose which post types this plugin shows the UI for
- Linked to WP.org, not my site, for documentation (quicker to load)
v1.3 2010/06/17
Dear Non-English Custom Post Template Users,
This release includes the facility for Custom Post Template to be translated into languages other than English. Please contact me if you want to translate Custom Post Template into your language.
Sorry it took so long.
- ENHANCEMENT: Now works with child themes, hat-tip Kathy
- LOCALISATION: Now ready for localisation!
v1.2 2010/04/28
- ENHANCEMENT: Now sporting a conditional
is_post_template function/template tag which is functionally equivalent to the core WordPress is_page_template conditional function/template tag
- ENHANCEMENT: If the theme uses the core WordPress (body_class)[http://codex.wordpress.org/Template_Tags/body_class] template tag, then you will have two new classes added: "post-template" and "post-template-my-post-template-php" (where your post template file is named "my-post-template.php").
v1.1 2010/01/27
- IDIOTFIX: Managed to revert to an old version somehow, this version should fix that.
v1 2010/01/15 (released 2010/01/26)
- BUGFIX: Theme templates now come with a complete filepath, so no need to add WP_CONTENT_DIR constant to the beginning.
- ENHANCEMENT: Metabox now shows up on the side, under the publish box... where you'd expect.
- Plugin initially produced on behalf of Words & Pictures.
v0.9b 2008/11/26
v0.91b 2008/11/28
- BUGFIX: The plugin was breaking posts using the "default" template, this is now fixed. Apologies for the inconvenience.
- Tested up to WordPress 2.7-beta3-9922
v0.91b 2008/11/28
- BUGFIX: The plugin was breaking posts using the "default" template, this is now fixed. Apologies for the inconvenience.
- Tested up to WordPress 2.7-beta3-9922* Tested up to WordPress 2.7-beta3-9922
v0.92b 2008/12/04
- Minor code tweaks
- Blocked direct access to templates