WordPress.org

Hrvatski

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

Plugin Directory

WP Term Authors

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

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

Opis

Authors for categories, tags, and other taxonomy terms

WP Term Authors allows users to assign a authors or owners 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 Chosen
  • WP Event Calendar
  • WP Term Order
  • WP Term Authors
  • WP Term Colors
  • WP Term Icons
  • WP Term Visibility
  • WP User Activity
  • WP User Avatars
  • WP User Groups
  • WP User Profiles

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

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 author
    'meta_query' => array( array(
        'key'   => 'author',
        'value' => get_current_user_id()
    ) )
) );
Gdje mogu dobiti podršku?

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

Gdje mogu pronaći dokumentaciju?

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

Recenzije

Nema recenzija za ovaj dodatak.

Suradnici i Programeri

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

Suradnici
  • John James Jacoby
  • Stuttter

Prevedite “WP Term Authors” 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.4

  • Update base class

0.1.3

  • Use base UI class

0.1.2

  • Sanitize output

0.1.1

  • Use display names

0.1.0

  • Prvo izdanje

Meta

  • Version 0.2.0
  • Zadnje ažuriranje prije 9 godina
  • Aktivnih instalacija 10+
  • WordPress inačica 4.4 ili viša
  • Testirano do 4.4.33
  • Language
    English (US)
  • Oznaka
    authorsmetametadatataxonomyterm
  • 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.