Some themes do not include an ‘edit post’ or ‘edit page’ link!
It’s hard to believe that such a simple addition can be forgotten and it’s so useful!
A small snippet of code rectifies the problem easily. Here’s how you do it …
- Login and go to Admin>presentation>theme editor
- Open file ‘Single.php’ Single post file in the list
- You can enter the edit link wherever you think best
- example; find the line
<?php the_content('<p>Read the rest of this entry »</p>'); ?>
and add beneath it
<?php edit_post_link('(Edit Post)', '', ''); ?>
- Save the page and refresh a full blog post page to see your edit link under the post
- Repeat the same process for a page by editing the ‘Page template’ file in the same way
Related posts:
- Tomboy to WordPress (ATOM)If you are a Linux user like I am (Ubuntu...
- WordPress for GenealogyFor those of you out there interested in seeing a...
Related posts brought to you by Yet Another Related Posts Plugin.
Improve the web with Nofollow Reciprocity.

No comments
Comments feed for this article
Trackback link: http://wordpresshelp.org/2008/02/29/how-to-get-an-edit-post-or-edit-page-link/trackback/