Egin salto edukira
  • Hasi saioa
  • Izena eman
WordPress.org

Euskara

  • Itxurak
  • Pluginak
  • Albisteak
  • Laguntza
  • Honi buruz
  • Parte hartu
  • Taldea
  • Lortu WordPress
Lortu WordPress

Pluginak

  • Gogokoenak
  • Beta Probak
  • Garatzaileak

Plugin hau ez da probatu WordPressen azken 3 bertsio garrantzitsuenekin. Baliteke, jada, mantentze edo euskarririk ez izatea, eta, WordPressen bertsio berriagoekin erabiltzen denean, bateragarritasun arazoak izan ditzake.

Deskargatu

WP Term Images

John James Jacoby-(e)n arabera
  • Xehetasunak
  • Berrikuspenak
  • Instalazioa
  • Garapena
Laguntza

Deskripzioa

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

Pantaila-argazkiak

  • Category Images

Instalazioa

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

MEG

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/

Non aurkitu dezaket dokumentazioa?

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

Berrikuspenak

Simple and less intrusive

Alvaro Gois dos Santos 2021(e)ko urtarrilaren 23(a)
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 2019(e)ko maiatzaren 23(a)
Not compatible with Woocommerce 3.6.3. All taxonomies disappear.

Just what I need

Knut Sparhell 2019(e)ko maiatzaren 1(a)
Excellent! Works like a charm. Very useful for building nice term pages.

Thank you

dimitris33 2017(e)ko ekainaren 2(a)
Just tested with the latest version of WP.

Best Plugin For Uploading Term Images

Michelle 2017(e)ko apirilaren 29(a)
Used this plugin to upload images for each category and child category using get_terms to display the images in a template.

Thanks!

wellbeingtips 2017(e)ko urtarrilaren 27(a)
keep up the good job!
Irakur itzazu 10 berrikuspen guztiak

Laguntzaileak eta Garatzaileak

“WP Term Images” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.

Laguntzaileak
  • John James Jacoby
  • Stuttter

WP Term Images 9 eskualde-ezarpenetara itzuli da. Eskerrik asko itzultzaileei beraien ekarpenengatik.

Itzul zaitez WP Term Images zure hizkuntzara.

Garapena interesatzen zaizu?

Araka ezazu kodea; begira ezazu SVN biltegia, edo harpidetu garapen erregistrora RSS-(r)en bidez.

Aldaketen loga

[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

  • Lehen bertsioa

Meta

  • Bertsioa: 1.0.0
  • Azkenekoz eguneratua: duela 2 urte
  • Instalazio aktiboak: 3.000+
  • WordPress Bertsioa: 4.4 edo handiagoa
  • 5.6.10 (e)raino probatuta.
  • Hizkuntzak:

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

    Itzuli zure hizkuntzara

  • Etiketak:
    imagemetametadatataxonomyterm
  • Ikuspegi Aurreratua

Balorazioak

Ikusi denak
  • 5 izar 9
  • 4 izar 0
  • 3 izar 0
  • 2 izar 0
  • Izar 1 1
Hasi saioa berrikuspena bidaltzeko.

Laguntzaileak

  • John James Jacoby
  • Stuttter

Laguntza

Azken bi hilabeteetan konpondutako gertakariak:

1(e)tik 0

Ikusi laguntza foroa

Egizu eskaintza

Plugin honen aurrerabidearen euskarri izan nahi duzu?

Egiozu eskaintza plugin honi

  • Honi buruz
  • Albisteak
  • Ostatatzea
  • Donazioa egin
  • Swag
  • Dokumentazioa
  • Garatzaileak
  • Parte hartu
  • Ikasi
  • Erakusleihoa
  • Pluginak
  • Itxurak
  • Ereduak
  • WordCamp
  • WordPress.TB
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Pribatutasuna
  • Kode publikoa
WordPress.org
WordPress.org

Euskara

  • Bisitatu gure Facebook orrialdea
  • Bisitatu gure Twitter kontua
  • Visit our Instagram account
  • Visit our LinkedIn account
Kodea Poesia da