Title: Simple Front End Edit Buttons
Author: Pär Thernström
Published: <strong>2011 年 1 月 10 日</strong>
Last modified: 2011 年 7 月 12 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/simple-front-end-edit-buttons.svg)

# Simple Front End Edit Buttons

 作者：[Pär Thernström](https://profiles.wordpress.org/eskapism/)

[下载](https://downloads.wordpress.org/plugin/simple-front-end-edit-buttons.zip)

 * [详情](https://cn.wordpress.org/plugins/simple-front-end-edit-buttons/#description)
 * [评价](https://cn.wordpress.org/plugins/simple-front-end-edit-buttons/#reviews)
 * [开发进展](https://cn.wordpress.org/plugins/simple-front-end-edit-buttons/#developers)

 [支持](https://wordpress.org/support/plugin/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:

    ```
    <php

    // This is how you add the icons manually
    // The functions below can be added both at a regular page
    // but also in for example a list that you create using a custom loop or similar

    // Add icon for editing the post/page
    if (function_exists("sfeeb_edit")) { echo sfeeb_edit(); }

    // Add buttons for changing the page order
    if (function_exists("sfeeb_edit_prio")) { echo sfeeb_edit_prio(); }
    ?>
    ```

#### Donation and more plugins

 * If you like this plugin don’t forget to [donate to support further development](http://eskapism.se/sida/donate/).
 * More [WordPress CMS plugins](https://wordpress.org/extend/plugins/profile/eskapism)
   by the same author.

## 屏幕截图

 * [[
 * This is how the icons look on the front end using WordPress own pages widget.
 * [[
 * Easily add new pages at the end of a list of pages.
 * [[
 * The edit icons can be used on single pages too.
 * [[
 * The code used for screenshot 2, using the Twenty Ten theme.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Simple Front End Edit Buttons」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Pär Thernström ](https://profiles.wordpress.org/eskapism/)
 *   [ MarsApril ](https://profiles.wordpress.org/marsapril/)

[帮助将「Simple Front End Edit Buttons」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/simple-front-end-edit-buttons)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/simple-front-end-edit-buttons/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/simple-front-end-edit-buttons/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/simple-front-end-edit-buttons/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/simple-front-end-edit-buttons/)。

## 更新日志

#### 0.1

 * First version. Works for me, so I’m happy.

## 额外信息

 *  版本 **0.1**
 *  最后更新：**15 年前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 3.0 或更高版本 **
 *  已测试的最高版本为 **3.1.4**
 *  语言
 * [English (US)](https://wordpress.org/plugins/simple-front-end-edit-buttons/)
 * 标签
 * [icon](https://cn.wordpress.org/plugins/tags/icon/)[menu order](https://cn.wordpress.org/plugins/tags/menu-order/)
   [order](https://cn.wordpress.org/plugins/tags/order/)[page](https://cn.wordpress.org/plugins/tags/page/)
 *  [高级视图](https://cn.wordpress.org/plugins/simple-front-end-edit-buttons/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/simple-front-end-edit-buttons/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/simple-front-end-edit-buttons/reviews/)

## 贡献者

 *   [ Pär Thernström ](https://profiles.wordpress.org/eskapism/)
 *   [ MarsApril ](https://profiles.wordpress.org/marsapril/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/simple-front-end-edit-buttons/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](http://eskapism.se/sida/donate/)