Linux 软件免费装
Banner图

Post Title Color

开发者 trepmal
更新时间 2016年9月29日 11:45
捐献地址: 去捐款
PHP版本: 3.5 及以上
WordPress版本: 4.6

标签

post title colorpicker

下载

1.0 1.1 1.2 1.3 1.4

详情介绍:

Puts a colorpicker on the edit posts pages so you can change the color of the title in your blog I'm on Twitter

安装:

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)

升级注意事项:

1.3 Fixes javascript error. Sorry guys! 1.2 Requires WordPress 3.5

其他记录:

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

更新日志:

Version 1.4 Version 1.3 Version 1.2 Version 1.1 Version 1.0