[WordPress] 外掛分享: Simple Front End Edit Buttons

首頁外掛目錄 › Simple Front End Edit Buttons
10+
安裝啟用
尚無評分
5364 天前
最後更新
問題解決
WordPress 3.0+ v0.1 上架:2011-01-09

內容簡介

** 此外掛程式將不再更新。 **

這個外掛增加功能,讓您可以在網站的前端增加編輯按鈕。
透過這些圖示,您可以輕鬆地變更頁面的排序(有時也稱為優先順序),
而無需在 WordPress 內手動更改順序。

當按照頁面順序進行排序時,編輯圖示會自動添加到標準 WordPress 頁面小工具中,
您也可以在自己在模板中創建的頁面列表中手動添加編輯圖示。

對於將 WordPress 用作擁有大量頁面的常規 CMS 的網站而言,這對於排序頁面非常有幫助,
而這些頁面是按照菜單的順序而不是按日期排序的。

功能

添加圖示,以便更改頁面的菜單排序/優先順序,因此您不必進入管理區域手動更改菜單順序。
而且,您可以立即看到變化。這是一個節省時間的功能!
添加編輯文章的圖示(佔用較少空間,與移動按鈕一起使用效果更佳)
自動添加上移或下移頁面的圖示到標準頁面小工具中
輕鬆添加新頁面。當您在頁面上時,點擊加號,然後此外掛程式確保新頁面獲得
正確的菜單排序,並將新頁面放在前一頁面之後。

在模板中的使用

使用以下代碼啟用/顯示圖示:

<php

// 這是手動添加圖示的方法
// 以下函數既可添加在常規頁面中
// 也可添加在使用自定義循環或類似方法創建的列表中

// 添加編輯帖子/頁面的圖示
if (function_exists("sfeeb_edit")) { echo sfeeb_edit(); }

// 添加更改頁面順序的按鈕
if (function_exists("sfeeb_edit_prio")) { echo sfeeb_edit_prio(); }
?>

捐贈和更多外掛程式

如果您喜歡這個外掛程式,請不要忘記捐贈以支持進一步開發。
更多由同一作者創建的WordPress CMS 外掛程式。

外掛標籤

開發者團隊

⬇ 下載最新版 (v0.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Simple Front End Edit Buttons」→ 直接安裝(推薦)

原文外掛簡介

** This plugin will no longer be updated. **
This plugins adds functions for adding edit buttons on the front end of your website.
By using the icons you can change the order (sometimes called priority)
of a page without the need to change the order manually within WordPress.
The edit icons are added automatically to standard WordPress pages widget (when sorting by page order)
and you can manually add the edit icons to any list of pages that you create yourself in your template.
It’s of great help when using WordPress as a regular CMS for a website with lots of pages,
where the pages are not sorted by date but rather by menu order.
Features

Add icon for changing the menu order/prio of an page, so you don’t have to enter the admin area an change the menu order manually.
Also, you will see the changes take effect immediately. It’s a time saver!
Add icon for editing article (uses less space than the usual edit-text + looks good together with the move-buttons)
Automatically adds icons for moving page up or down in the standard pages widget
Easy add new pages. Click the plus-sign when your’re at a page and then this plugin makes sure that the new page gets a
correct menu_order and places the new page after the previous page.

Template Usage
To enable/show the icons use the following code:

Donation and more plugins

If you like this plugin don’t forget to donate to support further development.
More WordPress CMS plugins by the same author.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon