Edit Post Link

DescriptionWordpress snippet by - 05/23/10

This adds an edit post link to your post if you are logged in. Useful for editing posts as you find errors.

Tags

<!-- Edit post link -->
<?php
				
if (edit_post_link(__("Edit Post"), '') != ''){
   edit_post_link(__("Edit Post"), '');
}?>
  • Share
Submitted by: Adam J Nowak
http://hyperspatial.com

One Response to “Edit Post Link”

  1. This is such a cool snippet, not one that is easily memorized either.

Comments and Feedback