WordPress Tip: Adding an Edit Link for Each Post
September 7th, 2010 | Posted in Uncategorized Comments Off
You can add an “Edit” link in the metadata below your post title. This Edit link makes it easy to edit the specific post without having to navigate through the Posts section of your WordPress Dashboard.
Here’s the edit snippet of code that I mention in the screencast:
<?php edit_post_link('Edit', '', ''); ?>
Add this code snippet somewhere within the loop, such as with the post metadata.
Sponsors
Tags: WordPress Newsletter
If you liked this post, keep updated with new content: Subscribe to I'd Rather Be Writing.
Both comments and pings are currently closed.
















