WordPress.org

Nederlands (België)

  • Thema’s
  • Plugins
  • Nieuws
  • Over
  • Meetups
  • Vertaling
  • Contact
  • Download WordPress
Download WordPress
WordPress.org

Plugin Directory

WP Term Icons

  • Dien een plugin in
  • Mijn favorieten
  • Login
  • Dien een plugin in
  • Mijn favorieten
  • Login

Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

WP Term Icons

Door John James Jacoby
Download
  • Details
  • Beoordelingen
  • Installatie
  • Ontwikkeling
Ondersteuning

Beschrijving

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

Schermafbeeldingen

  • Category Icons

Installatie

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

FAQ

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/

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“WP Term Icons” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers
  • John James Jacoby

Vertaal “WP Term Icons” naar jouw taal.

Interesse in de ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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

  • Versie 0.1.2
  • Laatst bijgewerkt: 7 jaar geleden
  • Actieve installaties: 300+
  • WordPress versie 4.3 of nieuwer
  • Getest t/m 4.9.26
  • Taal
    English (US)
  • Tags
    iconmetametadatataxonomyterm
  • Geavanceerde weergave

Beoordelingen

Er zijn nog geen beoordelingen ingediend.

Mijn beoordeling toevoegen

Bekijk alle beoordelingen

Bijdragers

  • John James Jacoby

Ondersteuning

Iets te melden? Hulp nodig?

Het supportforum bekijken

  • Over
  • Nieuws
  • Hosting
  • Privacy
  • Showcase
  • Thema's
  • Plugins
  • Patronen
  • Leren
  • Ondersteuning
  • Ontwikkelaars
  • WordPress.tv ↗
  • Raak betrokken
  • Events
  • Doneer ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Nederlands (België)

  • Bezoek ons X (voorheen Twitter) account
  • Bezoek onze Bluesky account
  • Bezoek ons Mastodon account
  • Bezoek onze Threads account
  • Onze Facebookpagina bezoeken
  • Bezoek onze Instagram account
  • Bezoek onze LinkedIn account
  • Bezoek onze TikTok account
  • Bezoek ons YouTube kanaal
  • Bezoek onze Tumblr account
Code is Poetry.