Skoči do sadržaja
WordPress.org

Hrvatski

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

Plugin Directory

WP Term Family

  • Submit a plugin
  • My favorites
  • Prijavi se
  • Submit a plugin
  • My favorites
  • Prijavi se

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.

WP Term Family

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

Opis

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

Snimke zaslona

  • Category Family

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

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'
    ) )
) );
Gdje mogu dobiti podršku?

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

Gdje mogu pronaći dokumentaciju?

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

Recenzije

Nema recenzija za ovaj dodatak.

Suradnici i Programeri

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

Suradnici
  • John James Jacoby
  • Stuttter

Prevedite “WP Term Family” na svoj jezik.

Zainteresirani ste za razvoj?

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

Dnevnik promjena

0.2.0

  • Update base class

0.1.1

  • Fix quick-edit UI

0.1.0

  • Prvo izdanje

Meta

  • Version 0.2.0
  • Zadnje ažuriranje prije 10 godina
  • Aktivnih instalacija 10+
  • WordPress inačica 4.3 ili viša
  • Testirano do 4.4.34
  • Language
    English (US)
  • Oznaka
    familymetametadatataxonomyterm
  • Napredni pogled

Ocjena

No reviews have been submitted yet.

Dodaj moju recenziju

See all reviews

Suradnici

  • John James Jacoby
  • Stuttter

Podrška

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

Pregledaj forum za podršku

  • About
  • News
  • Hosting
  • Privacy
  • Showcase
  • Themes
  • Plugins
  • Patterns
  • Learn
  • Support
  • Developers
  • WordPress.tv ↗
  • Uključite se
  • Events
  • Donate ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Hrvatski

  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Visit our Facebook page
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
Kod je poezija.