前言介紹
- 這款 WordPress 外掛「Header Image Uploader」是 2014-08-31 上架。
- 目前有 30 個安裝啟用數。
- 上一次更新是 2019-03-06,距離現在已有 2250 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.0 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
post | posts | meta box | uploader | custom meta box |
內容簡介
這是一個簡單的 WP 外掛,可在文章管理頁面添加 meta box,讓你上傳文章的標題圖片。
安裝方式
下載「Header Image Uploader Plugin」。
在 WordPress 後台中,請選擇「外掛」>「新增外掛」>「上傳外掛」,然後選取 ZIP 檔案上傳安裝。
啟用外掛。
完成!你可以在新增/編輯文章時,看到圖片上傳的 meta box。
把圖片輸出到頁面中的程式碼非常簡單,只需要使用以下的程式碼即可。
$id = get_post_meta($post->ID, 'imhy', true);
$image = wp_get_attachment_image_src($id, 'full-size');
?>
支援
聯繫外掛作者:Imran Ahmed Khan
開發者
你是想要貢獻開發這個外掛的開發者嗎?請前往聯繫我們。
原文外掛簡介
A simple WP plugin that adds a meta box in your post admin to allow upload the header image for your post.
Installation
Download the Header Image Uploader Plugin.
In your WordPress Administration, go to Plugins > Add New > Upload, and select the plugin ZIP file.
Activate the plugin.
Done! The image uploader meta box will appear on add/edit post.
Printing the image output is very simple. Just use this code in your template file.
ID, 'imhy', true);
$image = wp_get_attachment_image_src($id, 'full-size');
?>
Support
Contact the plugin author: Imran Ahmed Khan
Developer
Are you a developer want to contribute to develop this plugin? Go to Contact Us.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Header Image Uploader」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
JKL Reviews 》使用這個外掛,您可以輕鬆地將閱讀的書籍信息、您對書籍的評分以及外部連結保存下來,以便將來參考。這個外掛的主要功能是在文章編輯器下方的自定義元框中存...。
Mj Term Meta 》這個外掛會在分類項目的新增與編輯頁面中,加入一個自訂的後設框。。