Information and Links
Join the fray by commenting, tracking what others have to say, or linking to it from your blog.
How to Add “Edit This” Link to Wordpress
Just add the following code anywhere in the template file:
<?php edit_post_link(); ?>
It will appear only when the owner is logged in.
To add little “ummm”, use this code:
<?php edit_post_link('Nehneheneheneh'); ?>
Add anything you want to replace “Nehneheneheneh”. ![]()
For more info, visit:
Template Tags/Edit Post Link
Editing the Edit This WordPress Template Tag



