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?
- Custom Login and Password Reset for BuddyPress Website
- How to add entity in WordPress that have metadata such as name, age
- wp.media.view.ImageDetails – Save settings as HTML5 data-* attributes for image
- Are drop-in plugins a product of design
- Use a plugin to handle custom post types?
- Right approach for plugin output styling/template
- When do I need to use esc_attr when using WordPress internal functions
- Store post in raw markdown format, no html?
- Strip HTML comments from plugins in header/footer
- How to expire all wordpress user passwords instantly?
- Hardcode a Plugin into theme
- Change words on ‘Log in’ and ‘Register’ buttons on Woocommerce
- How to Include a Loop Template File in a Plugin
- My plugin wants to update another plugin
- How do I pass a post ID to the page URL?
- Classified ad website : which solutions to use? [closed]
- wp_redirect() Error in Custom Plugin
- What are the Best Practises When Using AJAX in Plugin Development?
- Plugins in WP_Options but not Active
- Check if user is on backend page
- do_action in conditional
- Show WordPress Plugin Menu(Admin) To Editor
- How many MySQL queries per visit I should normally have?
- Want to modify a Plugin – Tweetily – Can I make it tweet a Custom Field instead of Post Title?
- Problem enabling the user to edit Markdown and displaying the HTML output (WMD Editor plugin for WordPress)
- How can I disable an attribute from a Gutenberg block included in a template via InnerBlocks?
- How to add gallery to post and make seperate album page with gallery link to post?
- Shortcode do not return the right data in post
- Display pagination in reservation Plugin and and Print table as pdf
- Undeletable column in Posts
- Content disappears when searching with Search & Filter plugin
- How to fix shifting header after installing speed / cache plugins?
- PHP message: WordPress database error Deadlock found when trying to get lock
- Field salespeople task management
- How to populate a Mailchimp newsletter with latest events from WordPress plugin EventOn?
- How to get author developer link on plugin page
- wp_schedule_event need to deactivate plugin changing recurrance
- Show all posts of all categories but excluding a category on custom blog page with pagination of my theme
- ajax request not returning the result
- adding image in the header of my dev widget
- passing ‘&’ in return function of add_filter
- Session alternative for plugins (due to caching)
- Is there a plugin that will override the “Error establishing a database connection” message? [closed]
- Plugin with custom domain
- woocommerce retriving category name as div class?
- Duplicating wordpress install issue
- Ajax button “Load more” is not loading correct language version posts for logged out users
- Redirect OLD/Path to NEWURL/Path
- How can I use the zip of my plugin in another website?
- Executing ACF field as a shortcode