前言介紹
- 這款 WordPress 外掛「Dynamic Page Header Images」是 2016-03-19 上架。
- 目前有 70 個安裝啟用數。
- 上一次更新是 2024-12-31,距離現在已有 124 天。
- 外掛最低要求 WordPress 3.0 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
dynamic header images | change page header images | add header image for pages. | dynamic page header images | change header image dynamically |
內容簡介
這是一個非常簡單且輕量級的外掛程式,可用於管理頁面的自訂標頭圖片。使用此外掛程式,您可以輕鬆地在頁面上添加/更改/管理標頭圖片。
功能特色
*登入WordPress管理後臺
*進入「頁面」菜單 –> 新增頁面
*查看「動態標頭圖片」元框。
*上傳您的標頭圖片,然後發佈頁面
*使用img標籤顯示頁面標頭圖片,複製並粘貼以下函數到您的主題header.php檔案中,主題路徑:wp-content/themes/your-current-theme/header.php
if(function_exists('dhi_get_headerimage_withtag'))
{
echo dhi_get_headerimage_withtag();
}
*獲取頁面標頭圖片的網址,請複製並粘貼以下函數到您的主題header.php檔案中或想要獲取圖片網址的任何地方使用此函數。
if(function_exists('dhi_get_headerimage_url'))
{
echo dhi_get_headerimage_url();
}
*使用短代碼獲取頁面標頭圖片
*登入您的WordPress管理後臺
*進入「頁面」 ->「所有頁面」
*點擊任何一個頁面的「編輯」連結
*粘貼下面的短代碼
[dhi_headerimage] --> 獲取圖像與圖像標籤
[dhi_headerimage img_tag='false'] --> 僅獲取圖像網址
使用方法
安裝外掛程式後,進到「設定」菜單 ->「使用者指南-DHI」
按照所提到的步驟進行
問題和支援
如需最快速回應,請在WordPress.org的外掛程式區域使用支援頁面。
請褒貶!
我希望能獲得一些回饋。我會盡力回應您可能遇到的任何問題。
評論,回饋和功能請求
發送任何關於此外掛程式的建議,評論或反饋,請發送[郵件給我們]
([email protected])。
原文外掛簡介
A very simple and lightweight Plugin for managing custom header images for pages.Use this plugin you can easy way to add/change/manage your page header images dynamically.
Features Included
*Login to wordpress admin
*Go to Pages menu –> Add New
*See Dynamic Header Image meta box.
*Upload your header image and publish post
*Show Page Header Image with img tag, copy and Paste below function to your theme header.php Theme Path: wp-content/themes/your-current-theme/header.php
if(function_exists('dhi_get_headerimage_withtag'))
{
echo dhi_get_headerimage_withtag();
}
*Get Page Header Image Url,copy and Paste below function to your theme header.php or where ever you want to get image url use this function.
if(function_exists('dhi_get_headerimage_url'))
{
echo dhi_get_headerimage_url();
}
*Get Page Header Image Using Shortcode
*Login to your wordpress admin
*Go to Pages -> All Pages
*Click Edit link of any one page
*Paste below shortcode
[dhi_headerimage] --> Get image with image tag
[dhi_headerimage img_tag='false'] -- > Get Image Url Only
Usage
Once install the plugin go to settings menu -> User Guide- DHI
Follow the mentioned Steps
Problems and Support
To get fastest response use the support page in the plugin area on WordPress.org
Please Review!
I would love some feedback. I will try and respond to any issues you might have.
Comments, Feedback and Request Features
To send any suggestions, comments, or feedback about this plugin send a [mail to us]
([email protected]).
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Dynamic Page Header Images」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。