You’ll need to provide a little more information that that.
I am having a similar problem… perhaps you can answer both of our questions:
I am using WP v3.01 and WP_Premium Theme 1.0
Say I have created a post and published it — while viewing my site (no longer in admin) I notice a typo. I would like to be able to click an edit link on the post to fix the typo instead of having to go back into site admin > posts > edit.
Thank you.
-charles
you will need to add this line in theme’s index.php and other template files you want this
<?php edit_post_link(__('Edit This')); ?>
always back up 1st
Thank you Sam. I put it in with the <div id=”content”> section and it works great.
-charles