सामग्रीमा जानुहोस्
  • लगइन गर्नुहोस्
  • दर्ता गर्नुहोस्
WordPress.org

नेपाली

  • थिमहरू
  • प्लगिनहरू
  • समाचार
  • बारेमा
  • नेपालीमा वर्डप्रेस
  • टिम
  • वर्डप्रेस प्राप्त गर्नुहोस्
वर्डप्रेस प्राप्त गर्नुहोस्

प्लगिनहरू

  • मेरा मनपर्दोहरू
  • बेटा परीक्षण
  • डेभलपरहरू

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 Authors

John James Jacoby द्वारा
  • विवरण
  • समीक्षाहरू
  • स्थापना
  • विकास
सहायता

विवरण

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

स्थापना

  • 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 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()
    ) )
) );
Where can I get support?

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

Where can I find documentation?

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

समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

योगदानकर्ता र डेभलपरहरू

“WP Term Authors” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

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

“WP Term Authors” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्

विकासमा रुचि छ?

आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।

चेन्जलग

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

  • Initial release

मेटा

  • संस्करण: 0.2.0
  • पछिल्लो अपडेट: 8 वर्ष अघि
  • सक्रिय स्थापना: 10+
  • वर्डप्रेस संस्करण: 4.4 वा उच्च
  • जाँच गरिएको: 4.4.31
  • भाषा:
    English (US)
  • ट्यागहरू:
    authorsmetametadatataxonomyterm
  • उन्नत दृश्य

रेटिङ्गहरू

यो प्लगिनमा अझै रेटिङ्ग गरिएको छैन।

समीक्षा पेस गर्न लगइन गर्नुहोस्।

योगदानकर्ताहरू

  • John James Jacoby
  • Stuttter

सहायता

केही भन्नु छ? सहयोग चाहियो?

सहायता फोरम हेर्नुहोस्

  • बारेमा
  • समाचार
  • होस्टिङ
  • गोपनीयता
  • सोकेस
  • थिमहरू
  • प्लगिनहरू
  • प्याटर्नहरू
  • लर्न
  • सहायता
  • डेभलपरहरू
  • WordPress.tv ↗
  • संलग्न हुनुहोस्
  • दान ↗
  • स्वाग स्टोर ↗
  • वर्डक्याम्प ↗
  • WordPress.com ↗
  • म्याट ↗
  • बिबिप्रेस ↗
  • बडीप्रेस ↗
WordPress.org
WordPress.org

नेपाली

  • हाम्रो फेसबुक पेजमा जानुहोस्
  • हाम्रो X (पहिले ट्विटर) खातामा जानुहोस्
  • हाम्रो इन्स्टाग्राम खातामा जानुहोस्
  • हाम्रो लिङ्क्डइन खातामा जानुहोस्
  • हाम्रो युट्युब च्यानलमा जानुहोस्
कोड कविता हो।