Title: Simple Front End Edit Buttons
Author: Pär Thernström
Published: <strong>January 10, 2011</strong>
Last modified: July 12, 2011

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# Simple Front End Edit Buttons

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

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

 * [Details](https://scn.wordpress.org/plugins/simple-front-end-edit-buttons/#description)
 * [Reviews](https://scn.wordpress.org/plugins/simple-front-end-edit-buttons/#reviews)
 * [Development](https://scn.wordpress.org/plugins/simple-front-end-edit-buttons/#developers)

 [Support](https://wordpress.org/support/plugin/simple-front-end-edit-buttons/)

## Description

** 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.

## Screenshots

[⌊This is how the icons look on the front end using WordPress own pages widget.⌉⌊
This is how the icons look on the front end using WordPress own pages widget.⌉[

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.⌉⌊Easily add new pages at the
end of a list of pages.⌉[

Easily add new pages at the end of a list of pages.

[⌊The edit icons can be used on single pages too.⌉⌊The edit icons can be used on
single pages too.⌉[

The edit icons can be used on single pages too.

[⌊The code used for screenshot 2, using the Twenty Ten theme.⌉⌊The code used for
screenshot 2, using the Twenty Ten theme.⌉[

The code used for screenshot 2, using the Twenty Ten theme.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Simple Front End Edit Buttons” is open source software. The following people have
contributed to this plugin.

Contributors

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

[Translate “Simple Front End Edit Buttons” into your language.](https://translate.wordpress.org/projects/wp-plugins/simple-front-end-edit-buttons)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/simple-front-end-edit-buttons/),
check out the [SVN repository](https://plugins.svn.wordpress.org/simple-front-end-edit-buttons/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/simple-front-end-edit-buttons/)
by [RSS](https://plugins.trac.wordpress.org/log/simple-front-end-edit-buttons/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.1

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

## Meta

 *  Version **0.1**
 *  Last updated **15 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.0 or higher **
 *  Tested up to **3.1.4**
 *  Language
 * [English (US)](https://wordpress.org/plugins/simple-front-end-edit-buttons/)
 * Tags
 * [icon](https://scn.wordpress.org/plugins/tags/icon/)[menu order](https://scn.wordpress.org/plugins/tags/menu-order/)
   [order](https://scn.wordpress.org/plugins/tags/order/)[page](https://scn.wordpress.org/plugins/tags/page/)
 *  [Advanced View](https://scn.wordpress.org/plugins/simple-front-end-edit-buttons/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/simple-front-end-edit-buttons/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/simple-front-end-edit-buttons/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://eskapism.se/sida/donate/)