Post Title Color
by Kailey (trepmal) on WordPress.org
Puts a colorpicker on the edit posts pages so you can change the color of the title in your blog
(3)

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;
}
`
Active installations200+
Weekly downloads
15-16.67%
Version1.4
Last updated9/29/2016
WordPress version3.5
Tested up to4.6.29
Tags
colorpickerposttitle