Puts a colorpicker on the edit posts pages so you can change the color of the title in your blog
As of April 2026, Post Title Color is a WordPress post plugin with 200 active installations and a 5/5 rating from 3 reviews. It has been downloaded 16K+ times in total. Requires WordPress 3.5+ and PHP false+. Available on WordPress.org since 2010. Last updated 9 years ago — may have compatibility concerns. Top alternative: Header and Footer Scripts.
Puts a colorpicker on the edit posts pages so you can change the color of the title in your blog
I’m on Twitter
This can be enabled for pages by using the post_title_colors_post_types filter.
`
add_filter( ‘post_title_colors_post_types’, ‘ptc_on_pages’ );
function ptc_on_pages( $post_types ) {
$post_types[] = ‘page’;
return $post_types;
}
`
| WordPress | 3.5+ requiredTested up to 4.6.30 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.