Put this in the theme post-/page file to make an “Edit Page” or “Edit Post” link in your template file – that takes you into the admin page-/post edit mode. This link will only be visible when the viewer is logged in and has appropriate permissions to edit that page (administrator or author).
<?php edit_post_link(__('Edit This')); ?>
Related links:
https://codex.wordpress.org/Function_Reference/edit_post_link
Comments