Missing quick ‘Edit’ link since upgrade to V2.8.1
-
Since updating to WP V2.8.1, my pages/posts no longer include a ‘quick edit’ link.
My page template includes the following line of code, which prior to V2.8.1, displayed a quick edit link when I was logged on as an administrator and viewing the page/post. Since updating to V2.8.1, the link has disappeared.
<?php edit_post_link(‘Edit’, ‘<p>’, ‘</p>’); ?>
I tried substituting the following code, but it didn’t help.
<?php
if (current_user_can(‘level_10’)){ ?>
/wp-admin/edit.php?p=<?php the_ID(); ?>”>Edit Post
<?php } ?>Can anyone advise how V2.8.1 can be made to display a ‘quick edit’ link, so that it is not necessary go to the admin panel to find the page/post I wish to update?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
The blog you specified at http://www.sembachmissileers.org does not appear to be hosted at WordPress.com.
This support forum is for WordPress.com hosted blogs only. If you have a self-hosted WordPress blog you need to seek help at the WordPress.org forums, not here.
If you don’t understand the difference, you may find this information helpful.
- The topic ‘Missing quick ‘Edit’ link since upgrade to V2.8.1’ is closed to new replies.