WordPress.org

ગુજરાતી

  • થીમ્સ
  • પ્લગિન્સ
  • સમાચાર
  • વિશે
  • ગુજરાતી ટીમ
  • કાર્યક્રમ
  • મીટઅપ્સ
  • વર્ડપ્રેસ મેળવો
વર્ડપ્રેસ મેળવો
WordPress.org

Plugin Directory

WP Term Images

  • પ્લગઇન સબમિટ કરો
  • મારું મનપસંદ
  • લોગ ઇન
  • પ્લગઇન સબમિટ કરો
  • મારું મનપસંદ
  • લોગ ઇન

આ પલ્ગઇન 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી . એ કદાચ જાળવવામાં અથવા સપોર્ટેડ નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ હોઈ શકે છે.

WP Term Images

John James Jacoby દ્વારા
ડાઉનલોડ
  • વિગતો
  • સમીક્ષાઓ
  • સ્થાપન
  • ડેવલપમેન્ટ
સપોર્ટ

વર્ણન

Images for categories, tags, and other taxonomy terms

WP Term Images allows users to assign images to any visible category, tag, or taxonomy term using the media library, providing a customized look for their taxonomies.

Dependencies

Not since WordPress 4.4.

Install the WP Term Meta plugin if you’re on an earlier version.

Also checkout

  • WP Chosen
  • WP Pretty Filters
  • WP Media Categories
  • 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

સ્ક્રીનશોટ

  • Category Images

સ્થાપન

  • 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 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 get the image for a term?

With WordPress’s get_term_meta() function

// image id is stored as term meta
$image_id = get_term_meta( 7, 'image', true );

// image data stored in array, second argument is which image size to retrieve
$image_data = wp_get_attachment_image_src( $image_id, 'full' );

// image url is the first item in the array (aka 0)
$image = $image_data[0];

if ( ! empty( $image ) ) {
    echo '<img src="' . esc_url( $image ) . '" />';
}

Where can I get support?

  • Basic: https://wordpress.org/support/plugin/wp-term-images/
  • Priority: https://chat.flox.io/support/channels/wp-term-images/

Where can I find documentation?

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

સમીક્ષાઓ

Simple and less intrusive

Alvaro Gois dos Santos જાન્યુઆરી 23, 2021
It’s simple and less intrusive than other plugins that do the same. It blends better with WordPress UI. It doesn’t show anything in the frontend if the correct code isn’t added to the theme, something like this I guess: <?php $taximg_id = get_queried_object()->term_id; // image id is stored as term meta $image_id = get_term_meta( $taximg_id, 'image', true ); // image data stored in array, second argument is which image size to retrieve $image_data = wp_get_attachment_image_src( $image_id, 'full' ); // image url is the first item in the array (aka 0) $image = $image_data[0]; if( $image ) { echo "<img src=" . $image . " class='term-image'>"; } ?>

Plugin is out of date, don’t use

joopon મે 23, 2019
Not compatible with Woocommerce 3.6.3. All taxonomies disappear.

Just what I need

Knut Sparhell મે 1, 2019
Excellent! Works like a charm. Very useful for building nice term pages.

Thank you

dimitris33 જૂન 2, 2017
Just tested with the latest version of WP.

Best Plugin For Uploading Term Images

Michelle એપ્રિલ 29, 2017
Used this plugin to upload images for each category and child category using get_terms to display the images in a template.

Thanks!

wellbeingtips જાન્યુઆરી 27, 2017
keep up the good job!
10 સમીક્ષાઓ વાંચો

ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા
  • John James Jacoby
  • Stuttter

“WP Term Images” નું 10 ભાષામાં અનુવાદ કરવામાં આવ્યું છે. તેમના યોગદાન માટે અનુવાદકો આપનો આભાર.

“WP Term Images” ને તમારી ભાષામાં અનુવાદ કરો.

વિકાસમાં રસ ધરાવો છો?

કોડ બ્રાઉઝ કરો, જોવોઅસ્વીએન રેપોઝિટરીમાંથી,અથવા સબ્સ્ક્રાઇબ કરોડેવલપમેન્ટ દ્વારાઆરઅસઅસ.

ચેન્જલૉગ

[1.0.0] – 2017-01-16

  • Stability!
  • Fix text domains
  • Simplify some JavaScript
  • Handle more JavaScript edge-cases

[0.3.1] – 2016-07-13

  • Fix regular edits

[0.3.0] – 2016-05-27

  • Fix quick-edits
  • Update WP Term Meta UI dependency to 0.1.9

[0.2.0] – 2016-01-07

  • Fix new-term form action hi-jacking
  • Update WP Term Meta UI dependency to 0.1.4

[0.1.0] – 2015-11-09

  • Initial release

મેટા

  • વર્ઝન 1.0.0
  • છેલ્લી અપડેટ: 5 વર્ષ પહેલા
  • સક્રિય સ્થાપનો: 2,000+
  • વર્ડપ્રેસ વર્ઝન 4.4 અથવા ઉચ્ચતર
  • 5.6.14 સુધી પરીક્ષણ કર્યું
  • ભાષા:

    Chinese (Taiwan), English (UK), English (US), German, Japanese, Norwegian (Bokmål), Polish, Portuguese (Portugal), Spanish (Chile), Spanish (Spain) અને Swedish.

    તમારી ભાષામાં અનુવાદ કરો

  • ટૅગ્સ:
    imagemetametadatataxonomyterm
  • વિગતવાર દૃશ્ય

પૉઇન્ટ્સ

4.6 out of 5 stars.
  • 9 5-સ્ટાર સમીક્ષાઓ 5 સ્ટારો 9
  • 0 4-સ્ટાર સમીક્ષાઓ 4 સ્ટારો 0
  • 0 3-સ્ટાર સમીક્ષાઓ 3 સ્ટારો 0
  • 0 2-સ્ટાર સમીક્ષાઓ 2 સ્ટારો 0
  • 1 1-સ્ટાર સમીક્ષા 1 સ્ટાર 1

મારી સમીક્ષા ઉમેરો

બધા સમીક્ષાઓ જુઓ

ફાળો આપનારા

  • John James Jacoby
  • Stuttter

સપોર્ટ

કંઈક કહેવું છે? મદદ જોઈએ છે?

આધાર ફોરમ જુઓ

દાન

શું તમે આ પ્લગિનની પ્રગતિને સમર્થન આપવા માંગો છો?

આ પ્લગિનને દાન કરો

  • વિશે
  • સમાચાર
  • હોસ્ટિંગ.
  • ગોપનીયતા
  • શોકેસ.
  • થીમ્સ
  • પ્લગઇન્સ
  • દાખલાઓ
  • જાણો
  • આધાર
  • વિકાસકર્તાઓ
  • WordPress.tv
  • સામેલ કરો
  • કાર્યકર્મ
  • દાન કરો
  • ભવિષ્ય માટે પાંચ
  • WordPress.com
  • મેટ
  • બી બી પ્રેસ
  • બડીપ્રેસ.
WordPress.org
WordPress.org

ગુજરાતી

  • અમારા X (અગાઉ ટ્વિટર) એકાઉન્ટની મુલાકાત લો
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • અમારા ફેસબુક પેજની મુલાકાત લો
  • અમારા ઇન્સ્ટાગ્રામ એકાઉન્ટની મુલાકાત લો
  • અમારા LinkedIn એકાઉન્ટની મુલાકાત લો
  • Visit our TikTok account
  • અમારી YouTube ચેનલની મુલાકાત લો
  • Visit our Tumblr account
કોડ કવિતા છે.