Title: WP Term Icons
Author: John James Jacoby
Published: <strong>24. august, 2015</strong>
Last modified: 31. mars, 2026

---

Søk i utvidelser

![](https://ps.w.org/wp-term-icons/assets/banner-772x250.png?rev=1862750)

Denne utvidelsen **har ikke blitt testet mot noen av de siste 3 hovedutgivelsene
av WordPress**. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan
ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

![](https://ps.w.org/wp-term-icons/assets/icon-256x256.png?rev=1274701)

# WP Term Icons

 Av [John James Jacoby](https://profiles.wordpress.org/johnjamesjacoby/)

[Last ned](https://downloads.wordpress.org/plugin/wp-term-icons.0.1.2.zip)

 * [Detaljer](https://nb.wordpress.org/plugins/wp-term-icons/#description)
 * [Omtaler](https://nb.wordpress.org/plugins/wp-term-icons/#reviews)
 *  [Installering](https://nb.wordpress.org/plugins/wp-term-icons/#installation)
 * [Utvikling](https://nb.wordpress.org/plugins/wp-term-icons/#developers)

 [Brukerstøtte](https://wordpress.org/support/plugin/wp-term-icons/)

## Beskrivelse

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](https://wordpress.org/plugins/wp-term-order/)
 * [Term Colors](https://wordpress.org/plugins/wp-term-colors/)
 * [Term Visibility](https://wordpress.org/plugins/wp-term-visibility/)
 * [User Groups](https://wordpress.org/plugins/wp-user-groups/)
 * [User Profiles](https://wordpress.org/plugins/wp-user-profiles/)

## Skjermbilder

 * [[
 * Category Icons

## Installasjon

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

## Ofte stilte spørsmål

### 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/

## Vurderinger

Det er ingen omtaler av denne utvidelsen.

## Bidragsytere og utviklere

«WP Term Icons» er programvare med åpen kildekode. Følgende personer har bidratt
til denne utvidelsen:

Bidragsytere

 *   [ John James Jacoby ](https://profiles.wordpress.org/johnjamesjacoby/)

[Oversett «WP Term Icons» til ditt språk.](https://translate.wordpress.org/projects/wp-plugins/wp-term-icons)

### Interessert i utvikling?

[Bla gjennom koden](https://plugins.trac.wordpress.org/browser/wp-term-icons/), 
sjekk ut [SVN-repositoriet](https://plugins.svn.wordpress.org/wp-term-icons/), eller
abonner på [utviklingsloggen](https://plugins.trac.wordpress.org/log/wp-term-icons/)
med [RSS](https://plugins.trac.wordpress.org/log/wp-term-icons/?limit=100&mode=stop_on_copy&format=rss).

## Endringslogg

#### 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

 *  Versjon **0.1.2**
 *  Sist oppdatert **2 måneder siden**
 *  Aktive installasjoner **200+**
 *  WordPress-versjon ** 4.3 eller nyere **
 *  Testet opp til **4.9.29**
 *  Språk
 * [English (US)](https://wordpress.org/plugins/wp-term-icons/)
 * Stikkord
 * [icon](https://nb.wordpress.org/plugins/tags/icon/)[meta](https://nb.wordpress.org/plugins/tags/meta/)
   [metadata](https://nb.wordpress.org/plugins/tags/metadata/)[taxonomy](https://nb.wordpress.org/plugins/tags/taxonomy/)
   [term](https://nb.wordpress.org/plugins/tags/term/)
 *  [Avansert visning](https://nb.wordpress.org/plugins/wp-term-icons/advanced/)

## Vurderinger

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-term-icons/reviews/#new-post)

[Se alle omtalene](https://wordpress.org/support/plugin/wp-term-icons/reviews/)

## Bidragsytere

 *   [ John James Jacoby ](https://profiles.wordpress.org/johnjamesjacoby/)

## Brukerstøtte

Har du noe å si? Trenger du hjelp?

 [Vis brukerstøtteforumet](https://wordpress.org/support/plugin/wp-term-icons/)