20+
安裝啟用
—
尚無評分
5886 天前
最後更新
—
問題解決
WordPress 2.7+ v1.2 上架:2009-05-15
內容簡介
此外掛程式會在管理員的設定畫面上添加一個面板,以允許您為標籤指定圖像。
為了使用這個圖像,您必須更改您的佈景主題,將其適當地包含在內。最簡單的情況下,只需使用像是echo get_tag_image($tag)或<?php foreach (get_the_tags() as $tag) echo get_tag_image($tag); ?>等方式即可。
外掛標籤
開發者團隊
原文外掛簡介
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 , or something.
