Skip to content

Instantly share code, notes, and snippets.

@wildiney
Created June 28, 2011 16:02
Show Gist options
  • Save wildiney/1051476 to your computer and use it in GitHub Desktop.
Save wildiney/1051476 to your computer and use it in GitHub Desktop.
WordPress - Add custom edit post link
<?php if(current_user_can('administrator')){ ?>
<a href="<?php bloginfo('url');?>/wp-admin/edit.php?p=< ?php the_ID(); ?>">Edit Post</a>
<?php } ?>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment