Post Title Colors

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

Latest version: Download Post Title Colors v1.4

Installation

Installation

  1. Download the zip file and upload the contents to your plugins directory (defaul wp-content/plugins)
  2. Activate the plugin through the ‘plugins’ page in WP.
  3. Edit a post and find the colorpicker in the side (for 2-colomn layouts)

Changelog

Version 1.4

  • Translatable. Serbo-Croation language file added
  • Ensure proper script dependency
  • General maintenance

Version 1.3

  • Oops, Javascript error. Now it works. Sorry guys!

Version 1.2

  • Uses new WordPress 3.5 colorpicker.

Version 1.1

  • Keep the post title changes in the main post loop. Sidebar/secondary loops should maintain default title colors.
  • Code improvements
  • Fix plugin homepage link

Version 1.0

  • Initial release version.

10 thoughts on “Post Title Colors”

  1. “Post Title Color” plugin indeed changes the color of my title in a post – but it also changes the color title of the listing of the post in my sidebar.

    Here: http://funnyphoners.com/wordpress/testpost/

    I changed the title to white to hide it – but it’s also white and hidden in the sidebar to the right. Was not expecting that.

    Any way to only have the title white in the post itself?

    Thanks

  2. Hey, thanks for the plugin. Unfortunately, the recent update removes title colors from blog pages and keeps them only in the single post page. Any way to bring back the capability to have them in the blog listing as well?

  3. Please make Plug-in version 1.0 available for download plug-in version 1.1 does not work on blog pages…like my homepage.

  4. This plugin was just what I was after but just a small problem I have is I still run my blog around a 1024X768 screen resolution so when writing a post I can only see a part of the colour picker. After clicking ‘Select a color’ I try scrolling across but the colour wheel disappears. It’s not a major problem as I can still enter colours using the hex code.

  5. Found a bug I can’t figure out … On post pages with a colored title I get a stray string of code on the top of the page. (You can see it at: http://www.amrpt.com/2012/11/08/poll-nearly-one-third-of-americans-would-accept-tsa-body-cavity-search-in-order-to-fly/ ) I am using an AJAX page loading plugin so make sure you access the page directly. I have looked at the plugin code, but I can not find what is causing this problem. So, any help you can provide would be great.

    I am using WP Version 3.4.2

  6. In developing my new site I was looking for a color/font changer for my theme. Havent found the font changer but fond you color picker…thanks!
    I went to “uncomment” so I can change the page title colors but I am having trouble. I would normally just remove the hash tag but I dont see one.
    Would you mind lending an assist?
    Thanks so much all the way around!

  7. Hi,

    i’ve installed your plugin and changed my posts’ colour title.

    then i’v activated some other plugin about translatin content and now the colour title plugin seems not to work

    i’ve trid to reinstall but with no success

    can you help me? how can i solve it?

    thanks a lot

    Claudio

Comments are closed.

Please use this plugin's WordPress.org support forum if you need assistance.