Edit your posts or pages with a simple "/edit" at the end
Edit posts, pages, or custom post types by adding a “/edit” to the end of the URL. If you are not logged in, you will be prompted to log in in order to edit the item.
Send clients pretty URLs to the admin instead of a ton of query variables!
The “/edit” functionality also works on author and taxonomy archives, and if you have a page assigned as your front page of your site.
This is useful if:
Just browse to the post, page, or custom post type, and add “/edit” to the end (e.g., http://domain.com/posts/edit).
You’ll need pretty permalinks enabled, which pretty much everyone already does.
It’s already in there 😀
That one I couldn’t figure out. Patches welcome.
No options 🙂
Yep, just throw this code in a Site-specific plugin.
Just keep in mind that whatever you choose to override with must be alphanumeric characters. Something like edición will be parsed as edicion.
If you choose to use this filter, you’ll need to update your permalinks or deactivate and reactivate the Slash Edit plugin.
slash_edit_url
filter to determine where to redirect a user when “/edit” is present (props Bjørn J.)