Preskoči do sadržaja
  • Prijava
  • Registriraj se
WordPress.org

Hrvatski

  • Teme
  • Dodaci
  • Vijesti
  • Podrška
  • Info
  • Openverse
  • Hrvatski prijevod
  • Codex
  • Kontakt
  • Nabavite WordPress
Nabavite WordPress

Dodaci

  • Moji Favoriti
  • Beta testiranje
  • Programeri

Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

Preuzmi

WP Term Icons

Od John James Jacoby
  • Detalji
  • Recenzije
  • Instalacija
  • Razvoj
Podrška

Opis

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

Snimke zaslona

  • Category Icons

Instalacija

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

ČPP

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/

Recenzije

Nema recenzija za ovaj dodatak.

Suradnici i Programeri

“WP Term Icons” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici
  • John James Jacoby

Prevedite “WP Term Icons” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

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

  • Inačica: 0.1.2
  • Zadnje ažuriranje: prije 5 godina
  • Aktivnih istalacija: 600+
  • WordPress inačica: 4.3 ili viša
  • Testirano do: 4.9.22
  • Jezik:
    English (US)
  • Oznaka:
    iconmetametadatataxonomyterm
  • Napredni pogled

Ocjena

Ovaj dodatak još nije ocijenjen.

Prijavite se da predate recenziju.

Suradnici

  • John James Jacoby

Podrška

Želite nešto reći? Potrebna vam je pomoć?

Pregledaj forum za podršku

  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Documentation
  • Developers
  • Uključite se
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org

Hrvatski

  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
Kod je poezija.