WordPress.org

বাংলা

  • Themes
  • Plugins
  • News
    • Documentation
    • Forums
  • About
  • অনুবাদ প্রজেক্ট
  • অবদান রাখুন
  • যোগাযোগ
  • Get WordPress
ওয়ার্ডপ্রেস পান
WordPress.org

Plugin Directory

WP Term Icons

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • 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
Download
  • বিস্তারিত
  • রিভিউ
  • ইন্সটলেশন
  • ডেভেলপমেন্ট
Support

Description

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

Screenshots

  • Category Icons

Installation

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

Reviews

There are no reviews for this plugin.

ডেভেলপার এবং কন্ট্রিবিউটর

“WP Term Icons” is open source software. The following people have contributed to this plugin.

কন্ট্রিবিউটর
  • John James Jacoby

Translate “WP Term Icons” into your language.

ডেভেলপমেন্ট এ আগ্রহী?

Browse the code, check out the SVN repository, or subscribe to the development log by 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

মেটা

  • Version 0.1.2
  • Last updated 7 বছর আগে
  • Active installations 400+
  • WordPress version 4.3 or higher
  • Tested up to 4.9.26
  • Language
    English (US)
  • Tags
    iconmetametadatataxonomyterm
  • এডভান্সড ভিউ

Ratings

এখনো কোনো রিভিউ জমা দেওয়া হয়নি।

Add my review

See all reviews

কন্ট্রিবিউটর

  • John James Jacoby

Support

Got something to say? Need help?

View support forum

  • সম্পর্কে
  • খবর
  • হোষ্টিং
  • গোপনীয়তা
  • প্রদর্শনী
  • থিমসমূহ
  • প্লাগইনস
  • প্যাটার্নগুলো
  • শিখুন
  • সাপোর্ট
  • Developers
  • WordPress.tv ↗
  • Get Involved
  • ইভেন্টগুলি
  • দান করুন ↗
  • Five for the Future
  • WordPress.com ↗
  • ম্যাট ↗
  • বিবিপ্রেস ↗
  • বাডিপ্রেস ↗
WordPress.org
WordPress.org

বাংলা

  • 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
কোড কবিতার মত ।