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.

Better Categories Images

Апісанне

The Better Categories Images Plugin allow you to add image with any category or taxonomy.

Use:

+ $thumbnail_id = get_term_meta( $term_id, 'thumbnail_id', true ); \\ [get_term_meta](https://developer.wordpress.org/reference/functions/get_term_meta/)
+ $image        = wp_get_attachment_image( $thumbnail_id, 'full' ); \\ [wp_get_attachment_image](https://developer.wordpress.org/reference/functions/wp_get_attachment_image/)

From within WordPress

  1. Visit ‘Plugins > Add New’
  2. Search for ‘Better Categories Images’
  3. Activate Better Categories Images from your Plugins page.

Manually

  1. Upload the better-categories-images folder to the /wp-content/plugins/ directory
  2. Activate the Better Categories Images plugin through the ‘Plugins’ menu in WordPress
  3. Go to “after activation” below.

Часта задаваныя пытанні

You’ll find answers to many of your questions on (https://namncn.com/plugins/better-categories-images/).

Водгукі

Чытаць 1 водгук

Удзельнікі і распрацоўшчыкі

“Better Categories Images” is open source software. The following people have contributed to this plugin.

Удзельнікі

Перакласці “Better Categories Images” на вашу мову.

Зацікаўлены ў распрацоўцы?

Праглядзіце код, праверце SVN рэпазітарый, або падпішыцеся на журнал распрацоўкі па RSS.

Журнал змяненняў

1.0.3

  • Fix readme.txt.

1.0.2

  • Fix bug can’t exclude tax.

1.0.1

  • fix bugs.

1.0.0

  • First release.