內容簡介
英文使用者
在頁面和分類標籤中,顯示不同的橫幅圖片。
此外掛在安裝前,必須先安裝並啟用「Piklist 插件」。
** 使用方法 **
在 header.php 中加入下列程式碼:
<img src="<?php echo wizhi_banner_image() ; ?>" alt="">
然後在頁面與分類編輯畫面中上傳橫幅圖片。
中文使用者
為每個頁面或分類顯示一個橫幅背景圖。
此外掛必須和「Piklist 插件」一起使用,安裝前必須先安裝並啟用「Piklist 插件」。
** 使用方法 **
在 header.php 中加入下列程式碼:
<img src="<?php echo wizhi_banner_image() ; ?>" alt="">
然後在頁面與分類編輯畫面中上傳橫幅圖片。
外掛標籤
開發者團隊
原文外掛簡介
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
then upload banner image in page edit or category edit screen
中文用户
为每个页面或分类显示一个banner背景图。
此插件依赖于"pilist"插件,安装此插件前,必须先安装并启用"piklist"插件
** 使用方法 **
把下面的代码添加到 header.php
然后在页面和分类编辑界面上传 banner image
