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.

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

ਸਕਰੀਨਸ਼ਾਟ

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

ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

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

ਯੋਗਦਾਨੀ

“Simple Front End Edit Buttons” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

0.1

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