Egin salto edukira
  • Hasi saioa
  • Izena eman
WordPress.org

Euskara

  • Itxurak
  • Pluginak
  • Albisteak
  • Laguntza
  • Honi buruz
  • Parte hartu
  • Taldea
  • Lortu WordPress
Lortu WordPress

Pluginak

  • Gogokoenak
  • Beta Probak
  • Garatzaileak

Plugin hau ez da probatu WordPressen azken 3 bertsio garrantzitsuenekin. Baliteke, jada, mantentze edo euskarririk ez izatea, eta, WordPressen bertsio berriagoekin erabiltzen denean, bateragarritasun arazoak izan ditzake.

Deskargatu

WP Term Colors

John James Jacoby-(e)n arabera
  • Xehetasunak
  • Berrikuspenak
  • Instalazioa
  • Garapena
Laguntza

Deskripzioa

Pretty colors for categories, tags, and other taxonomy terms

WP Term Colors allows users to assign colors to any visible category, tag, or taxonomy term using a fancy color picker, providing a customized look for their taxonomies.

Dependencies

This plugin requires WP Term Meta

Also checkout

  • WP Chosen
  • WP Pretty Filters
  • WP Event Calendar
  • WP Media Categories
  • WP Term Order
  • WP Term Authors
  • WP Term Colors
  • WP Term Icons
  • WP Term Visibility
  • WP User Activity
  • WP User Avatars
  • WP User Groups
  • WP User Profiles

Pantaila-argazkiak

  • Category Colors

Instalazioa

  • Download and install using the built in WordPress plugin installer.
  • Activate in the “Plugins” area of your admin by clicking the “Activate” link.
  • No further setup or configuration is necessary.

MEG

Does this plugin depend on any others?

Yes. Please install the WP Term Meta plugin.

Does this create new database tables?

No. There are no new database tables with this plugin.

Does this modify existing database tables?

No. All of WordPress’s core database tables remain untouched.

How do I query for terms via their colors?

With WordPress’s get_terms() function, the same as usual, but with an additional meta_query argument according the WP_Meta_Query specification:
https://codex.wordpress.org/Class_Reference/WP_Meta_Query

$terms = get_terms( 'category', array(
    'depth'      => 1,
    'number'     => 100,
    'parent'     => 0,
    'hide_empty' => false,

    // Query by color
    'meta_query' => array( array(
        'key'   => 'color',
        'value' => '#c0ffee'
    ) )
) );
Where can I get support?

The WordPress support forums: https://wordpress.org/support/plugin/wp-term-colors/

Non aurkitu dezaket dokumentazioa?

http://github.com/stuttter/wp-term-colors/

Berrikuspenak

Doesn’t Work

kshowie 2021(e)ko ekainaren 19(a)
Doesn't Work

Great

Lindsey 2019(e)ko urtarrilaren 9(a)
This plugin still work great. I use it all the time as it's an easy to add option for client's when they need to color code taxonomies. It even works great with Timber themes. You can easily add it to your templates in PHP using David Cavins' example. If you are using a theme that is utilizing twig/Timber, you can grab the color in your for loop as easy as: {{ term.meta('color') }};

Works!

acrashik_ 2017(e)ko urriaren 23(a)
Simple and useful. Working great!

yet another good plugin

mathieu.pellegrin 2017(e)ko martxoaren 14(a)
Another good and simple plugin that just does the job.

Works well with WP's new termmeta table

David Cavins 2016(e)ko irailaren 3(a) 1 reply
I needed to save colors for terms, and found that @jjj had already done the work. Accessing the saved colors is pretty straightforward using the new (WP 4.4 or newer) built-in utility function: $color = get_term_meta( $term_id, 'color', true ); The terms are saved in hex format (#eeee22) so are ready to use once retrieved. Thanks @jjj.
Irakur itzazu 5 berrikuspen guztiak

Laguntzaileak eta Garatzaileak

“WP Term Colors” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.

Laguntzaileak
  • John James Jacoby
  • Stuttter

Itzul zaitez WP Term Colors zure hizkuntzara.

Garapena interesatzen zaizu?

Araka ezazu kodea; begira ezazu SVN biltegia, edo harpidetu garapen erregistrora RSS-(r)en bidez.

Aldaketen loga

0.2.0

  • Update base class

0.1.4

  • Update textdomain
  • Update headers & meta

0.1.3

  • Updated metadata UI class

0.1.1

  • Updated form field classes

0.1.0

  • Lehen bertsioa

Meta

  • Bertsioa: 0.1.4
  • Azkenekoz eguneratua: duela 7 urte
  • Instalazio aktiboak: 1.000+
  • WordPress Bertsioa: 4.4 edo handiagoa
  • 4.4.29 (e)raino probatuta.
  • Hizkuntza:
    English (US)
  • Etiketak:
    colormetametadatataxonomyterm
  • Ikuspegi Aurreratua

Balorazioak

Ikusi denak
  • 5 izar 4
  • 4 izar 0
  • 3 izar 0
  • 2 izar 0
  • Izar 1 1
Hasi saioa berrikuspena bidaltzeko.

Laguntzaileak

  • John James Jacoby
  • Stuttter

Laguntza

Azken bi hilabeteetan konpondutako gertakariak:

1(e)tik 0

Ikusi laguntza foroa

Egizu eskaintza

Plugin honen aurrerabidearen euskarri izan nahi duzu?

Egiozu eskaintza plugin honi

  • Honi buruz
  • Albisteak
  • Ostatatzea
  • Donazioa egin
  • Swag
  • Dokumentazioa
  • Garatzaileak
  • Parte hartu
  • Ikasi
  • Erakusleihoa
  • Pluginak
  • Itxurak
  • Ereduak
  • WordCamp
  • WordPress.TB
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Pribatutasuna
  • Kode publikoa
WordPress.org
WordPress.org

Euskara

  • Bisitatu gure Facebook orrialdea
  • Bisitatu gure Twitter kontua
  • Visit our Instagram account
  • Visit our LinkedIn account
Kodea Poesia da