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

Tag Images

描述

This plugin adds a panel to the Options screen in the admin that allows you to assign an image to a tag.

In order to make use of the image, you must alter your theme to include it where appropriate. In it’s simplest case, this is simply something like echo get_tag_image($tag) or <?php foreach (get_the_tags() as $tag) echo get_tag_image($tag); ?>, or something.

安装

Install your plugin as per usual. However, on its own, it does nothing other than add the admin panel. You must use add the functions as described in the description to your theme where you want to use it.

To assign images, simply go to the “Tag Images” panel in your options and you will see all your tags listed, and any images for them. You can simply replace an image or upload one.

评价

此插件暂无评价。

贡献者及开发者

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

贡献者

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

对开发感兴趣吗?

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

更新日志

1.2

  • Make the feature added in 1.1 actually work

1.1

  • Added the ability to suppress tags without an image from showing