For custom post types, allows you to have default templates specific to each custom post type.
As of April 2026, Custom Post Type Template Redirect is a WordPress theme plugin with 20 active installations and a 0/5 rating0. It has been downloaded 4.0K+ times in total. Requires WordPress 3.0+ and PHP false+. Available on WordPress.org since 2010. Last updated 15 years ago — may have compatibility concerns. Top alternative: Kirki Customizer Framework.
One of the shortcomings of Custom Post Types in WordPress is that there’s no way to easily set a different custom template from the standard single.php. If it’s a custom post type, it’s got custom information, and I want to put it in a custom template!
So I threw together a plugin to handle this. With this plugin installed and activated, it checks your template directory for posttype.php then t_posttype.php. If neither exists, then the standard WP template rules take effect.
For example, if your custom post type is ‘books’, it’s going to check your template directory for ‘books.php’. If it finds it, it will use that as the template for your ‘books’ posts. If not, it will check for ‘t_books.php’, and use that as t…
| WordPress | 3.0+ requiredTested up to 3.0.5 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.