Document 360: #1 Knowledge Base Software
Stay updated
Keep current with the latest trends in technical communication by subscribing to the I'd Rather Be Writing newsletter. 5,400+ subscribers

Search results

Document 360: #1 Knowledge Base Software

WordPress Tip: Adding an Edit Link for Each Post

by David CHEN on Sep 7, 2010 •
categories: wordpress

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.

follow us in feedly