Wordpress plugins
Post Title Color

Post Title Color

Version : 1.4
Tested up to : 4.6.7
Number of download : 11529
Average rating : 5 / 5 on 3 votes 3 votes, 5 avg.rating

Screenshots

Post Title Color
Post Title Color
Post Title Color
Post Title Color

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; } `

Download now