
內容簡介
這個外掛可以在 WordPress 管理區域的任何頁面上創建管理員幫助標籤(以及相關的側邊欄)。它創建了一個名為「Help Tabs」的自訂文章類型來存儲信息。您需要添加以下信息才能使其生效:
標題-您的標籤的標題
主要內容區域
畫面-它應該出現在哪個頁面/畫面上
類型-幫助標籤或標籤側邊欄
幫助標籤範例:
比如我想在主Help Tabs列表頁面上添加一個標籤,說明關於我的插件的內容。我將使用:
“我的主標籤”
“這是一個進行自我宣傳的主標籤!”
“edit-sbah_helptab”
選擇 “標籤”(默認)
幫助側邊欄範例:
比如我想在主Help Tabs列表頁面上添加一個幫助側邊欄(這些是帶有額外信息和連結的右側區域)我將使用:
“我的側邊欄”
“這是一個側邊欄!”
“edit-sbah_helptab”
選擇 “側邊欄”
重要提示:雖然每個頁面可以有多個標籤,但每個頁面只能有一個側邊欄。如果在同一頁面上添加其他側邊欄,只會顯示找到的第一個側邊欄。
注意:我還有一個外掛可以進行管理員指針(那些藍色信息框),如果您有興趣,可以在此處找到: https://wordpress.org/plugins/better-admin-pointers/
此外掛利用了其他人在此處所做的出色工作:
用於自訂文章類型上配置 metaboxes 的庫:
https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress
外掛標籤
開發者團隊
原文外掛簡介
This plugin will allow creation of admin help tabs (and associated sidebars) on any screen in the WordPress admin area. It creates a custom post type called Help Tabs to store information. You need to add the following info to make it work:
Title – The title of your tab
Main content area
Screen – What page/screen it should appear on
Type – Help tab or tab sidebar
HELP TAB EXAMPLE:
Let’s say I want to add a help tab on the main Help Tabs listing page that says something about my plugin. I would use:
“My Main Tab”
“This is a main tab with my own info on it!”
“edit-sbah_helptab”
Select “Tab” (the default)
HELP SIDEBAR EXAMPLE:
Let’s say I want to add a help sidebar (these are the areas to the right with extra info and links) on the main Help Tabs listing page. I would use:
“My Sidebar”
“This is a sidebar!”
“edit-sbah_helptab”
Select “Sidebar”
IMPORTANT NOTE: While there can be multiple tabs per page, there can be only ONE sidebar per page. If you add others to the same page, only the first one found will show.
NOTE: I also have a plugin that does Admin Pointers (those blue info boxes), if you are interested in that one you can find it here: https://wordpress.org/plugins/better-admin-pointers/
This plugin leverages the great work done by others here:
For configuring metaboxes on the custom post type:
https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress
