BACK TO DIRECTORY

Post Title Color

by Kailey (trepmal)

5.0
(3 ratings)

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
200
Total Downloads
17,226
Version
1.4
Requires WP
3.5
Requires PHP
Tested Up To
4.6.30
Added
2010-09-10
Last Updated
2016-09-29 3:45am GMT

Ratings

5
3
4
0
3
0
2
0
1
0