BACK TO DIRECTORY



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


Plugin Details
Active Installs
200Total Downloads
17,226Version
1.4Requires WP
3.5Requires PHP
—Tested Up To
4.6.30Added
2010-09-10Last Updated
2016-09-29 3:45am GMTRatings
5
3
4
0
3
0
2
0
1
0