這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Wizhi banner images

外掛說明

For English user

Display diffrent banner images in page and taxonomy terms。

this plugin must work with "piklist plugin",before install,you must install and active "piklist plugin" first。

** usage **

add the following code in header.php

<img src="<?php echo wizhi_banner_image() ; ?>" alt="">

then upload banner image in page edit or category edit screen

中文用户

为每个页面或分类显示一个banner背景图。

此插件依赖于"pilist"插件,安装此插件前,必须先安装并启用"piklist"插件

** 使用方法 **

把下面的代码添加到 header.php

<img src="<?php echo wizhi_banner_image() ; ?>" alt="">

然后在页面和分类编辑界面上传 banner image

安裝方式

For English user

  1. Upload wizhi-banner-images to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add <img src="<?php echo wizhi_banner_image() ; ?>" alt=""> to any position you need it.

中文用户

  1. 上传插件到/wp-content/plugins/ 目录
  2. 在插件管理菜单激活插件
  3. <img src="<?php echo wizhi_banner_image() ; ?>" alt=""> 代码添加任何你需要的地方

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Wizhi banner images〉的開發相關工作。

參與者

將〈Wizhi banner images〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.2

  • publish from github

1.1

  • Add l10n support
  • return img src instead of echo it

1.0

  • The first released