该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Categories Images

描述

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

Use <?php if (function_exists('z_taxonomy_image_url')) echo z_taxonomy_image_url(); ?> to get the url and put it in any img tag or simply use <?php if (function_exists('z_taxonomy_image')) z_taxonomy_image(); ?> in (category or taxonomy) template.

Also from settings menu you can exclude any taxonomies from the plugin to avoid conflicting with another plugins like WooCommerce!

More documentation

Go to http://zahlan.net/blog/2012/06/categories-images/

屏幕截图

  • Image preview and new image field in add/edit category or taxonomy with upload button which allow you to select current or upload a new image.
  • New image field with (upload/remove) buttons to allow you to edit category or taxonomy image in quick edit.
  • When you click the upload button the wordpress upload box will popup, upload or select image then press use this image.
  • New menu (Categories Images) for the plugin settings.
  • Now you can exclude any taxonomy from the plugin and save changes.

安装

You can install Categories Images directly from the WordPress admin panel:

1. Visit the Plugins > Add New and search for 'Categories Images'.
2. Click to install.
3. Once installed, activate and it is functional.

或者

Manual Installation:

1. Download the plugin, then extract it.
2. Upload `categories-images` extracted folder to the `/wp-content/plugins/` directory
3. Activate the plugin through the 'Plugins' menu in WordPress

You’re done! The Plugin ready to use, for more please check the plugin description.

More documentation

Go to http://zahlan.net/blog/2012/06/categories-images/

常见问题

Please check the documentation page:
http://zahlan.net/blog/2012/06/categories-images/

评价

2021年11月30日
The plugin saves image link into the Options table. Every saved term will add a row to the site's Options table, which may slow down the site if there are many term images. Also, the option does not get deleted after you remove a term image, it is the option's value that gets cleared out. The option only gets deleted if you delete the term. To me, this looks unprofessional.
2021年9月17日
The plugin adds an option from the main menu to a settings page that literally has only one setting and will only be used once. This menu item should be a "Settings" submenu. Having this option in the main menu is unjustified and simply clutters up the menu. Unfortunately for this reason, I chose not to use this plugin and look for alternatives.
2021年8月23日 2 回复
Although it works, it requires you to add code to header.php for the Facebook preview to show it: <?php if (function_exists('z_taxonomy_image_url')) echo '<meta property="og:image" content="' . z_taxonomy_image_url() . '" />'; ?> It would be a very nice addition to have the plugin do this for you.
阅读所有81条评价

贡献者及开发者

“Categories Images” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

“Categories Images”插件已被翻译至15种本地话语言。 感谢所有译者为本插件所做的贡献。

将“Categories Images”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

3.0.1

  • Disable options autoload to enhance wordpress queries performace

3.0.0

  • Fix settings page issues
  • Fix compatibility with the latest WordPress version
  • Rewrote the whole plugin from scratch, now the code is much efficient, readable and cleaner

2.5.4

  • Fix compatibility with the latest WordPress version

2.5.3

  • Fix not displaying single tag image bug in tag.php template
  • Adding language support for Swedish. Thanks to Simon Sandgren

2.5.2

  • Fix displaying full size image bug in backend
  • Fix quick edit bug
  • Some code enhancements

2.5.1

  • Adding language support for Russian.
  • Adding language support for Serbian. Thanks to Andrijana Nikolic [http://webhostinggeeks.com/].
  • Adding language support for Catalan. Thanks to Marc Queralt i Bassa [http://www.demomentsomtres.com/].
  • Change the plugin text domain from zci to categories-images to match the plugin slug as requested by WordPress.

2.5

  • Adding language support for Ukrainian. Thanks to Michael Yunat [http://getvoip.com].
  • Adding new function z_taxonomy_image() to display category or taxonomy image directly with support for size, alt and other attributes, for and how to use it please check the documentations.
  • Some code enhancements.

2.4.2

  • Update code to reduce db queries. Thanks to fburatti [https://profiles.wordpress.org/fburatti/].

2.4.1

  • Fix placeholder bug in backend.

2.4

  • Adding language support for Spanish (Thansk so much to Maria Ramos [http://webhostinghub.com]).
  • Adding support for resizing categories images (Thanks so much to Rahil Wazir).
  • Some code enhancements.

2.3.2

  • Adding language support for French.

2.3.1

  • Bug fix in js for WordPress media uploader.

2.3

  • New screenshots.
  • Updated language file.
  • Added support for both old and new WordPress media uploader.
  • Added new submenu (Categories Images) in Settings menu.
  • Added new settings for excluding any taxonomies from the plugin.
  • Added new placeholder image.

Thanks to Patrick http://www.patrickbos.nl and Hassan https://profiles.wordpress.org/hassanhamm/ for the new ideas.

2.2.4

  • java script bug fixed, reported about conflicting with WooCommerce plugin. Thanks to Marty McGee.

2.2.3

  • bug fix in displaying category or taxonomy image at the frontend.

2.2.2

  • bug fix in displaying placeholder image in wp-admin.

2.2.1

  • edit z_taxonomy_image_url() to only return data in case the user inserted image for the selected category or taxonomy

2.2

  • fix a bug, prevent a function from running execpt when editing a category or taxonomy to avoid affecting other wordpress edit pages in the wp-admin

2.1

  • fix a bug in languages
  • fix a bug in quick edit category or taxonomy

2.0

  • New screenshots.
  • Added l10n support.
  • Added Arabic and Chinese languages.
  • Added new button for upload or select an image using wordpress media uploader.
  • Added default image placeholder.
  • Added thumbnail in categories or taxonomies list.
  • Added image thumbnail, image text box, upload button and remove button in quick edit.
    Thank so much to Joe Tse http://tkjune.com 🙂

1.2

Adding some screenshots

1.1

Fix javascript bug with wordpress 3.4

1.0

The First Release