এড়িয়ে কনটেন্টে যান
WordPress.org

বাংলা

  • থিম
  • প্লাগইন
  • News
    • Documentation
    • Forums
  • সম্পর্কে
  • অনুবাদ প্রজেক্ট
  • অবদান রাখুন
  • যোগাযোগ
  • ওয়ার্ডপ্রেস পান
ওয়ার্ডপ্রেস পান
WordPress.org

Plugin Directory

WP Term Family

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

এই প্লাগইনটি ওয়ার্ডপ্রেসের সর্বশেষ ৩টি মেজর রিলিজের সাথে পরীক্ষা করা হয়নি। এটি আর রক্ষণাবেক্ষণ বা সমর্থন করা নাও হতে পারে এবং ওয়ার্ডপ্রেসের আরও সাম্প্রতিক সংস্করণগুলোর সাথে ব্যবহার করার সময় কম্প্যাটিবিলিটি ইস্যু থাকতে পারে।

WP Term Family

তৈরি করেছেন John James Jacoby
Download
  • বিস্তারিত
  • রিভিউ
  • ইন্সটলেশন
  • ডেভেলপমেন্ট
Support

Description

Family for categories, tags, and other taxonomy terms

WP Term Family allows users to assign a Family to any category, tag, or taxonomy term using a dropdown, providing customized functionality for taxonomy terms.

Dependencies

This plugin requires WP Term Meta

Also checkout

  • WP Term Authors
  • WP Term Order
  • WP Term Colors
  • WP Term Icons
  • WP User Groups
  • WP Event Calendar

Screenshots

Category Family
Category Family

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

Does this plugin depend on any others?

Yes. Please install the WP Term Meta plugin.

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 Family?

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 family using the "wp-term-meta" plugin!
    'meta_query' => array( array(
        'key'   => 'family',
        'value' => 'private'
    ) )
) );

Where can I get support?

The WordPress support forums: https://wordpress.org/support/plugin/wp-term-family/

Where can I find documentation?

http://github.com/stuttter/wp-term-family/

Reviews

There are no reviews for this plugin.

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

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

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

Translate “WP Term Family” into your language.

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

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

Changelog

0.2.0

  • Update base class

0.1.1

  • Fix quick-edit UI

0.1.0

  • Initial release

মেটা

  • Version 0.2.0
  • শেষ আপডেট করা হয়েছে 10 বছর আগে
  • Active installations 10+
  • WordPress version 4.3 or higher
  • Tested up to 4.4.34
  • Language
    English (US)
  • ট্যাগ
    familymetametadatataxonomyterm
    টি
  • এডভান্সড ভিউ

Ratings

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

Your review

সব রিভিউ দেখুন

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

  • John James Jacoby
  • Stuttter

Support

Got something to say? Need help?

View support forum

  • সম্পর্কে
  • খবর
  • হোষ্টিং
  • গোপনীয়তা
  • প্রদর্শনী
  • থিমসমূহ
  • প্লাগইনস
  • প্যাটার্নগুলো
  • শিখুন
  • সাপোর্ট
  • ডেভেলপারগণ
  • WordPress.tv ↗︎
  • জড়িত হোন
  • ইভেন্টগুলি
  • দান করুন ↗
  • ফাইভ ফর দ্য ফিউচার
  • WordPress.com ↗
  • ম্যাট ↗
  • বিবিপ্রেস ↗
  • বাডিপ্রেস ↗
WordPress.org
WordPress.org

বাংলা

  • আমাদের X (আগের টুইটার) অ্যাকাউন্টে যান
  • আমাদের Bluesky অ্যাকাউন্টটি দেখুন
  • আমাদের মাস্টোডন অ্যাকাউন্টটি দেখুন
  • আমাদের থ্রেডস অ্যাকাউন্টটি দেখুন
  • আমাদের ফেসবুক পেজ দেখুন
  • আমাদের ইন্সটাগ্রাম অ্যাকাউন্ট দেখুন
  • আমাদের লিঙ্কডইন অ্যাকাউন্টে যান
  • আমাদের TikTok অ্যাকাউন্টটি দেখুন
  • আমাদের ইউটিউব চ্যানেলে যান
  • আমাদের টাম্বলার অ্যাকাউন্ট দেখুন
কোড কবিতার মত ।
The WordPress® trademark is the intellectual property of the WordPress Foundation.