このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Awesome Color Palettes

説明

Finally a cool way to display color palettes on your site. This tiny little plugin gives you a cool way to display color palette on your pages.

Example of what it looks like:
http://halgatewood.com/palettes/

Use the shortcode to and pass in a list of colors:

[awe_palette colors="434858,5886c5,#f2674a,c6006d"]

Or you can call it directly with PHP in your theme:

<?php awesome_color_palettes( array('#cccccc', 'efefef', '666') ); ?>

You can include the # or not, it doesn’t care what you do.

Wait, there’s more. Create an awesome-color-palette.php file and put it in your theme folder and you can custom palettes for whatever you need.

It can handle 10 colors out of the box. To add more, simply create some CSS like below and add it to your style.css file in your theme.

.awe-color-palette.count-20 .color { width: 5%; }

インストール

  1. Add plugin to the /wp-content/plugins/ directory
  2. WordPress の「プラグイン」メニューからプラグインを有効化
  3. Use shortcode mention in the main page to display the goods

評価

2016年9月3日
Simple. Sweet. Just what I was looking for. Thank you so much!
3件のレビューをすべて表示

貢献者と開発者

Awesome Color Palettes はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Awesome Color Palettes” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0

  • July 20th, 2014
  • Built with love