Edit link for Page
-
I have a custom page template using a query post to pull a list of posts (title linkable)in a list.. works great.
Setlists:
link one
link twoI want to be able to edit this page with an edit link, but if I add:
<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?>
I get edit links under each post title above…
Is there a way to add an edit link to only edit the Page, not the links on the page?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Edit link for Page’ is closed to new replies.