WordPress.org

Hindi

  • थीम्स
  • प्लगइन्स
  • समाचार
  • सहायता
  • हमारे बारे में
  • टीम
  • वर्डप्रेस प्राप्त करें
वर्डप्रेस प्राप्त करें
WordPress.org

Plugin Directory

WP Term Icons

  • Submit a plugin
  • मेरे प्रिय
  • Log in
  • Submit a plugin
  • मेरे प्रिय
  • Log in

This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Term Icons

John James Jacoby द्वारा
डाउनलोड
  • विवरण
  • समीक्षा
  • स्थापना
  • विकास
समर्थन

विवरण

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

स्क्रीनशॉट्स

  • Category Icons

इंस्टॉलेशन

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

सामान्य प्रश्न

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/

समीक्षाएं

इस प्लगइन के लिए कोई समीक्षा नहीं है।

सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता
  • John James Jacoby

Translate “WP Term Icons” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

बदलाव विवरण

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

मेटा

  • संस्करण 0.1.2
  • Last updated 7 वर्ष पहले
  • Active installations 400+
  • WordPress version 4.3 या ज्यादा
  • Tested up to 4.9.26
  • भाषा
    English (US)
  • Tags
    iconmetametadatataxonomyterm
  • Advanced View

मूल्यांकन

No reviews have been submitted yet.

मेरी समीक्षा जोड़ें

See all reviews

योगदानकर्ता

  • John James Jacoby

समर्थन

कुछ कहना है? कोई मदद चाहिए?

समर्थन फोरम देखें

  • बारे में
  • समाचार
  • होस्टिंग
  • गोपनीयता
  • शोकेस
  • थीम्स
  • प्लगइन
  • पैटर्न्स
  • सीखे
  • सहायता
  • डेवलपर्स
  • WordPress.TV ↗
  • शामिल होइये
  • ईवेंट्स
  • दान करें ↗
  • भविष्य के लिए पांच
  • वर्डप्रेस.कॉम ↗
  • मैट ↗
  • बीबीप्रेस ↗
  • बडीप्रेस ↗
WordPress.org
WordPress.org

Hindi

  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • हमारे फेसबुक पेज पर जाएँ
  • हमारे इंस्टाग्राम अकाउंट पर जाएं
  • हमारे लिंक्डइन खाते पर जाएँ
  • Visit our TikTok account
  • हमारे यूट्यूब चैनल पर जाएं
  • Visit our Tumblr account
कोड काव्य हैं।