Custom Post Template for WordPress Plugin Directory
Custom Post Template is a WordPress app, with a 4.8 average rating from 43 reviews, as of Jul 15, 2026.
Custom Post Template is a WordPress Plugin Directory app by Simon Wheatley. With a rating of 4.8★ from 43 reviews.
AppRanks data: Custom Post Template ranks #0 in Template on WordPress Plugin Directory, placing it in the top 1% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Custom Post Template is a category-leading WordPress app with a limited review volume. It is listed in the Template category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 43 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (4.8★) signals consistent merchant satisfaction
- +Published by Simon Wheatley — established developer track record
Cons
- −Limited review base (43) — ratings can shift significantly with new feedback
Looking to switch from Custom Post Template?
See Custom Post Template's alternatives ranked by audit score, rating, and review velocity.
How Custom Post Template works
Show full descriptionShow less
Provides a drop-down to select different templates for posts from the post edit screen. The templates are defined similarly to page templates, and will replace single.php for the specified post. This plugin will NOT switch the templates for the different posts in a listing page, e.g. a date or category archive, it will only affect the template used for single posts (i.e. you can choose a template which is not single.php).
Post templates, as far as this plugin is concerned, are configured similarly to page templates in that they have a particular style of PHP comment at the top of them. Each post template must contain the following, or similar, at the top:
<?php /* Template Name Posts: Snarfer */ ?>
First note: Page templates use “Template Name:“, whereas post templates use “Template Name Posts:“.
Second note: You must have the custom post template files in your theme in the same directory/folder as your index.php template file, not in a sub-directory/sub-folder.
Developers If you want to implement the custom post templates on a custom post type, you can use the cpt_post_types filter, here’s an example below of adding the custom post template selector and metabox to the “Movie” and “Actor” custom post types. This code can be added to a plugin or to the functions.php file in your theme.
/** * Hooks the WP cpt_post_types filter * * @param array $post_types An array of post type names that the templates be used by * @return array The array of post type names that the templates be used by **/ function my_cpt_post_types( $post_types ) { $post_types[] = 'movie'; $post_types[] = 'actor'; return $post_types; } add_filter( 'cpt_post_types', 'my_cpt_post_types' );
Category rankings
As of Jul 15, 2026See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
Custom Post Template doesn't have curated competitor matchups yet. Other tracked template apps on WordPress:
Where Custom Post Template stands in the Template category
Custom Post Template ranks #0 of 49 apps in the Template category, placing it in the top 1% of the listing.
Frequently asked questions
What is Custom Post Template?
Custom Post Template is an app for WordPress. It currently holds a 4.8-star rating from 43 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. It is listed under the Template category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Simon Wheatley.
Who uses Custom Post Template?
Currently around 10,000 active stores have installed Custom Post Template. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Template category on WordPress.