[WordPress] 外掛分享: Show Featured Image Size in Admin TopBar

WordPress 外掛 Show Featured Image Size in Admin TopBar 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Show Featured Image Size in Admin TopBar」是 2016-11-08 上架。
  • 目前有 60 個安裝啟用數。
  • 上一次更新是 2023-09-23,距離現在已有 887 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.0.1 以上版本才可以安裝。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

apasionados |

外掛標籤

admin | topbar | administration | featured image size |

內容簡介

此外掛會在管理介面的上方列出文章特色圖片的原始尺寸大小,非常方便,因為您不必每次發布文章都要查詢特色圖片的預設尺寸。

我們因為管理許多不同主題的部落格,所以創建了此外掛。通常,我們總是要在發布新文章之前檢查特色圖片的預設尺寸。這表示我們必須訪問過去發佈的文章並檢查特色圖片的尺寸。

透過此外掛,您可以配置預設特色圖片大小,以便在管理區域的上方列出。

簡單、方便,節省了我們很多時間。

我們認為這將為管理許多主題和不同預設特色圖片大小的部落格的每個人節省大量時間。

在您的語言中顯示管理員上方欄的特色圖片大小!

此第一版提供英文和西班牙文版本,語言文件夾中已經包含必要的檔案來翻譯此外掛。

如果您想要此外掛的語言版本,而且您擅長翻譯,請在聯繫我們中與我們聯繫。

進一步閱讀

您可以在此連結中查看西班牙文說明:在管理員上方列出特色圖片大小。

聯繫我們

欲了解更多資訊,請發送郵件至email。

翻譯 WordPress 的外掛

翻譯外掛的步驟如下:

在程式碼上運行一個工具,以產生 POT 檔案(Portable Object Template),即所有可本地化文字的列表。我們的外掛已經包含在 /languages/ 資料夾中的 POT 檔案。
使用純文字編輯器或特殊本地化工具為每個文字生成翻譯。這將產生 PO 檔案(Portable Object)。 POT 和 PO 檔案之間唯一的差異是 PO 檔案包含翻譯。
編譯 PO 檔案以產生 MO 檔案(Machine Object),然後可以在主題或外掛中使用。

為了翻譯外掛,您需要一個特殊的軟體工具,例如 poEdit。它是一個跨平台的圖形化工具,可用於 Windows、Linux 和 Mac OS X。

您的 PO 和 MO 檔案的命名非常重要,並且必須符合所需的語言區域設定。命名規則是:language_COUNTRY.po,而外掛則需要添加外掛名稱:pluginname-fr_FR.po

即外掛名稱必須是語言代碼,下劃線後跟國家代碼(大寫)。如果檔案的編碼不是 UTF-8,則必須指定編碼。

例如:

en_US – 美國英語
en_UK – 英國英語
es_ES – 西班牙語(西班牙)
fr_FR – 法語(法國)
zh_CN – 簡體中文

語言代碼列表可以在此處找到:這裡,而國家代碼則可以在此處找到:這裡。還可以在IANA中找到所有編碼名稱的完整列表。

原文外掛簡介

This plugin displays the image size for the featured image in the admin top bar. We find this very handy, because you don’t have to look up the default size of the featured image each time you publish a post.
We created this plugin because we manage a large number of blogs with different themes. Normally we always have to check the default size of the featured image before publishing a new post. This means that we have to visit a post published in the past and check the featured image size.
With this plugin you can configure the default featured image size so that it is displayed in the topbar in the administration area.
Easy. Handy. And it saves us a lot of time.
We think it will save a lot of time of everybody that manages blogs with different themes and different default featured image sizes.
Show Featured Image Size in Admin TopBar in your Language!
This first release is avaliable in English and Spanish. In the languages folder we have included the necessary files to translate this plugin.
If you would like the plugin in your language and you’re good at translating, please drop us a line at Contact us.
Further Reading
You can access the description of the plugin in Spanish at: Show Featured Image Size in Admin TopBar.
Contact
For further information please send us an email.
Translating WordPress Plugins
The steps involved in translating a plugin are:

Run a tool over the code to produce a POT file (Portable Object Template), simply a list of all localizable text. Our plugins allready havae this POT file in the /languages/ folder.
Use a plain text editor or a special localization tool to generate a translation for each piece of text. This produces a PO file (Portable Object). The only difference between a POT and PO file is that the PO file contains translations.
Compile the PO file to produce a MO file (Machine Object), which can then be used in the theme or plugin.

In order to translate a plugin you will need a special software tool like poEdit, which is a cross-platform graphical tool that is available for Windows, Linux, and Mac OS X.
The naming of your PO and MO files is very important and must match the desired locale. The naming convention is: language_COUNTRY.po and plugins have an additional naming convention whereby the plugin name is added to the filename: pluginname-fr_FR.po
That is, the plugin name name must be the language code followed by an underscore, followed by a code for the country (in uppercase). If the encoding of the file is not UTF-8 then the encoding must be specified.
For example:

en_US – US English
en_UK – UK English
es_ES – Spanish from Spain
fr_FR – French from France
zh_CN – Simplified Chinese

A list of language codes can be found here, and country codes can be found here. A full list of encoding names can also be found at IANA.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Show Featured Image Size in Admin TopBar」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.2 | trunk |

延伸相關外掛(你可能也想知道)

  • LightStart – Maintenance Mode, Coming Soon and Landing Page Builder 》這款 WordPress 外掛可讓您在維護網站時顯示一個維護頁面,讓訪客知道您的網站是暫時關閉的,也可以為新網站新增「即將到來」頁面,同時也可為現有網站創建登...。
  • InfiniteWP Client 》InfiniteWP 可讓使用者從自己的伺服器管理無限數量的 WordPress 網站。, 主要功能:, , 自行託管系統:位於您自己的伺服器上,完全受您控制, 一鍵更新所有網站...。
  • Adminimize 》如果您管理多位作者的 WordPress 博客或為客戶管理 WordPress 網站,您可能會想知道是否有可能清理 WordPress 管理區域以便您的用戶使用?WordPress 管理區域...。
  • Remove Dashboard Access 》, 僅限管理員、管理員和編輯、管理員和編輯和作者,或者按特定能力限制儀表板訪問權限。, 選擇自己的重定向 URL, 選擇性允許用戶訪問個人資料, 選擇性顯示登...。
  • Error Log Monitor 》此外掛新增了一個儀表板小工具,顯示 PHP 錯誤日誌的最新訊息,也可以發送電子郵件通知有新記錄的錯誤。, 功能, , 自動偵測錯誤日誌的位置。, 如果未啟用,會...。
  • WPCore Plugin Manager 》WPCore 是一個工具,允許您管理 WordPress 外掛集合,然後快速安裝它們到任何 WordPress 網站上。您可以在 https://wpcore.com 生成您的集合,然後通過將唯一...。
  • Automatic Domain Changer 》這個外掛可以自動偵測網域名稱更改,並更新數據庫中的 WordPress 表格來反映這個更改。, 功能, , 輕鬆地將 WordPress 網站從一個網域遷移到另一個網域, 同時...。
  • EZP Maintenance Mode 》需要讓您的訪客知道您的網站正在進行維護嗎?EZP Maintenance Mode 讓這變得容易!, 基本功能, , 非常簡單。沒有混亂的選項或複雜的設置。, Mini 主題。在維...。
  • Plugin Detective – Troubleshooting Conflicts 》Plugin Detective 可以幫助您快速且輕鬆地排除網站上的問題,並找出問題的原因。一旦找到罪犯,您可以快速停用有問題的外掛程式。甚至當您的網站出現白屏、致...。
  • Restrict Categories 》「限制分類」(Restrict Categories) 是一款能夠讓您在文章編輯頁面中選擇使用者可以檢視、新增及編輯哪些分類的外掛。, 此外掛允許您基於使用者角色和使用者...。
  • Relative URL 》相對網址 (Relative URL) 外掛可將鏈接(文章、分類、頁面等)應用 wp_make_link_relative 函數來轉換為相對網址。開發人員在手機設備(iPad、iPhone 等)上...。
  • BugHerd 》BugHerd 是在網站上收集、管理和處理反饋和錯誤的最簡單方法。花更少的時間在不明確或無法控制的電子郵件和反饋表格中等待。從一個地方跟踪錯誤和反饋,直到...。
  • WP Hide Dashboard 》這是一個簡單的外掛,可以移除儀表板選單、個人選項區塊和個人檔案頁面上的說明鏈結,隱藏工具列選單中的儀表板連結(如果啟用),並防止訂閱者角色的使用者...。
  • Site Health Tool Manager 》根據您的伺服器設置,WordPress 網站健康度工具中可能會有一些測試不適用且永遠無法通過。例如,如果整個網站都在版本控制下,您可能已經禁用了背景更新。, ...。
  • aapanel WP Toolkit 》總結:這款 WordPress 外掛允許你在 aapanel 上遠端管理 WordPress,支援一鍵登入,並且未來還將推出更多功能。, , 1. 這款 WordPress 外掛讓你可以在哪裡遠...。

文章
Filter
Apply Filters
Mastodon