Salta al contingut
  • Quant al WordPress
    • Quant al WordPress
    • WordPress.org (en anglès)
    • Documentació (en anglès)
    • Suport
    • Opinions (en anglès)
  • Entra
  • Registra
WordPress.org
WordPress.org

Català

  • Temes
  • Extensions
  • Notícies
  • Suport
  • Quant a
  • Col·labora
  • Equip
  • Traduccions
  • Meetups
  • Aconseguiu el WordPress
Aconseguiu el WordPress

Extensions

  • Les meves preferides
  • Proves Beta
  • Desenvolupadors

Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

Baixa

WP Term Icons

Per John James Jacoby
  • Detalls
  • Ressenyes
  • Instal·lació
  • Suport
  • Desenvolupament

Descripció

Pretty icons for categories, tags, and other taxonomy terms

WP Term Icons allows users to assign icons to any visible category, tag, or taxonomy term using a fancy icon picker, providing a customized look for their taxonomy terms.

Also checkout

  • Term Order
  • Term Colors
  • Term Visibility
  • User Groups
  • User Profiles

Captures

  • Category Icons

Instal·lació

  • 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.

PMF

Installation Instructions
  • 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.
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 icons?

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 icon using the "wp-term-meta" plugin!
    'meta_query' => array( array(
        'key'   => 'icon',
        'value' => 'dashicons-networking'
    ) )
) );
Where can I get support?

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

Where can I find documentation?

The JJJ Software, Inc. page: https://jjj.software/wp-term-icons/

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

"WP Term Icons" és programari de codi obert. La següent gent ha contribuït en aquesta extensió.

Contribuïdors
  • John James Jacoby

Tradueix “WP Term Icons” a la teva llengua.

Interessats en el desenvolupament?

Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.

Registre de canvis

0.1.2

  • Add “term-icon-wrap” class to fields

0.1.1

  • Remove erroneous “form-required” class from field

0.1.0

  • Initial release

Meta

  • Versió: 0.1.2
  • Darrera actualització: fa 4 anys
  • Instal·lacions actives: 500+
  • Versió de WordPress: 4.3 o posterior
  • Provada fins a: 4.9.20
  • Llengua:
    English (US)
  • Etiquetes:
    iconmetametadatataxonomyterm
  • Visualització avançada

Valoracions

L'extensió encara no s'ha puntuat.

Entreu per enviar una ressenya.

Contribuïdors

  • John James Jacoby

Suport

Teniu quelcom a dir? Necessiteu ajuda?

Mostra els fòrums de suport

  • Quant a
  • Notícies
  • Allotjament
  • Feu una donació
  • Suport
  • Desenvolupadors
  • Impliqueu-vos
  • Apreneu
  • Aparador
  • Extensions
  • Temes
  • Patrons
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privadesa
  • Codi públic
WordPress.org
WordPress.org

Català

  • Visiteu la nostra pàgina al Facebook
  • Visiteu el nostre compte al Twitter
El codi és poesia.