Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями 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

Отзывы

03.09.2016
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