I assume the plugin is a separate thing and does its work by itself.
What you need is to include in your theme template files the default Edit button.
First off, you need a good code editor. Notepad++, Sublime Text, NetBeans, to cite a few.
Check one of the default WordPress themes, TwentyTen, TwentyEleven or TwentyTwelve. You’ll see this: <?php edit_post_link( __( 'Edit', 'twentytwelve' ), '<span class="edit-link">', '</span>' ); ?>
. This is the default Edit
button that you are searching for. Swap to this theme and try to tweak it until you get the idea.
Probably, you’ll need some CSS to position it near the plugin’s button and to make it visually similar.
Update
Just found this excellent Answer by @MikeSchinkel:
Recommended Books on WordPress for Management and non-Developers?.
Related Posts:
- How to add “Stick this post to the front page” to front end?
- Handling jQuery Component Collision
- Let readers suggest edits from the frontend
- How to restrict Front-End Editor on a page?
- How to notify users of blog updates a la Admin Plugin Update notifications?
- Using rewrite rule to access a view of a plugin from home page
- Restrict backend but allow to use post.php?action=delete&post=POSTID from front-end
- Datepicker not supporting timepicker
- Frontend editing, Frontend user dashboard
- How could I execute my plugin just in frontend (not in backend)
- Handling jQuery Component Collision
- Preview featured image using frontend post plugin
- Implement Autocomplete for a custom field on WordPress Plugin Frontend
- Show an image in my header.php
- ob_start() combined with wp_query
- Front end inline editing?
- How to call plugin functions in a custom template
- Add script into front from my plugin
- Fullscreen Video/GIF Intro
- AJAX on Front-End Button Click not working – Custom Plugin
- How to handle WordPress Plugin Front-end AJAX Call [duplicate]
- Front-end CSS Library for plugin [closed]
- How to do the simplest possible frontend ajax call from a plugin?
- Enqueue script: link not working in page source
- How to request admin-ajax.php correctly when wordpress URL and site URL are different?
- How to auto strip hyperlinks & images in wordpress post
- Create a link which allows visitors to disable a plugin?
- Categories from front-end, checkbox selection doesn’t work
- Effeciently adding Checkboxes to TablePress table cells
- Push Contact form 7 variable to front end after submission
- Adding shortcodes to multiple pages with function
- WordPress User profile with Avatar upload on the front end without plugin?
- WordPress website working fine on localhost but not displaying front pages on webhost
- How To Toggle User_Meta in frontend in a form using PHP
- Unset plugins on front-end belonging to specific category
- How to fix blog article view and share #’s?
- How to upload PDF from Front-End and post automatically?
- What action or filter can I use to change all the html returned from server for a page?
- Front End Page Not Loading Header Footer
- What action/hook do I need to register to have my plugin handle front-end editing?
- ‘Easy Template Path Hints’ for WordPress?
- Why doesn’t a form need an ‘action’ with a plugin that uses the post data?
- How to add featured image on front end form?
- AJAX doesn’t pass variables to the php function in the plugin
- Working on fixing wp-front-end-editor, encountering undefined index
- Get a submitted value from front end post form for single template
- WordPress User Frontend Editing Custom Fields
- custom registration form [duplicate]
- map urls to plugins
- Display Any Field fromAdmin Panel in Frontend via Shortcode?
- Sort plugins by rating
- How to Delete All regenerated thumbnails but keep the original ones?
- Why do I get this “plugin does not have a valid header” error?
- if plugin is active? check if plugin is enabled or not?
- A Blog’s changelog
- Adding a widget programmatically
- Updating a WordPress plugins breaks SVN
- Seeking clarification on page request life-cycle
- Template plugin for blog posts? [closed]
- How do you install the automattic developer plugin under localhost for mamp when there is an error, deprecated?
- Admin Dashboard with Custom Tab for Client
- reorder plugin menu position
- How can I serve a text file at a custom URL
- How to add custom link to menu in wordpress programmatically?
- Plugin not saving values when placed in a folder within /wp-content/plugins
- Set WordPress TinyMCE Editor To Readonly
- WordPress download manager plugin showing attached file is missing/deleted?
- How to add Internationalization in WordPress using Javascript/React?
- Trying to Get Text Field to Save
- I want to auto populate data in three fields if one drop down is selected
- pagination on data fetched using SQL query
- How do I automatically generate pages from a database?
- WordPress plugin won’t show on some themes
- Send email with list of active plugins upon activation/deactivation
- How limit user connection?
- How can I list custom post type categories of portfolio
- How to include my Ajax calls in one function instead of calling different ones every time?
- How to log custom plugin error to debug.log file
- wp_footer hook running twice
- How to create admin setting for this small plugin
- How to create a form where you can select multiple recipients, based on a list of website users?
- $wpdb->delete not working for me
- How to fix caching issue in PHP data from database
- WPForms Custom Redirect not working
- How to securely controlling data without keeping it in postmeta?
- Enqueue plugin for specific pages
- URL path image error in ACF (Advanced Custom Field) [closed]
- Soflyy WP All Import Custom File Download Issue
- Unmatch plugin from updates?
- why my wordpress dont have toolbar like, plugin, themes and other?
- Why can’t I shove an instance of a class into a variable from a do_action hook?
- Custom pages with plugin
- How to insert category name above post title in a featured pages plugin?
- Plugin Installation Error
- Strange get_the_* behavior with php 5.4
- How to set-up multiple cron task with wp_schedule_event so that they do not overlap?
- Ajax not working for logged in users
- How to show in front End images using Visual Composer attach_images?
- How do I remove the filter from the orders and add custom status in Dokan?
- Tips on using a custom template with Ultimate Member