Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.

Other Posts
How to Correctly Include Code in Your Wordpress Blog Posts
20 Free minutes for UK and EU Skype users

How to Add “Edit This” Link to Wordpress

Posted by andrew on August 3rd, 2006

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”. :P

For more info, visit:
Template Tags/Edit Post Link
Editing the Edit This WordPress Template Tag



Reader Comments

Sorry, comments are closed.