BLACK FRIDAY
Save 59% on PageForge Annual $191/year $485/year
Claim 59% Off →
Slash Edit: Admin Shortcuts to Edit Posts and Pages Faster icon
Maintained Tested up to 7.0.6 #7 in edit

Slash Edit: Admin Shortcuts to Edit Posts and Pages Faster

Save time by editing posts, pages, users, and more with a simple /edit URL shortcut. This is a fast admin shortcut for WordPress admin editing.

Active installs500+100+ tier
Downloads · 30d222▼ -15.3% vs prev. 30d
Rating5/58 reviews
Health score67/100Good
All-time downloads14.6KSince Oct 2014
Support resolved—No recent threads
RequiresWP 6.5PHP any
Downloads · 7d51▼ -27.1% week over week
Our verdict

Solid choice

Slash Edit: Admin Shortcuts to… is a solid plugin choice in 2026, with a few things worth checking first. It runs on 500+ sites, is rated 5/5 and was last updated 5 months ago, and scores 67/100 on our health check.

  • Small user base (500+ active installs)

How does it stack up?

Side-by-side on installs, updates, ratings & support

Daily downloads

51015Jun 29Aug 12Sep 26
Yesterday7
Daily average (1y)10
Peak day209Apr 9, 2026
Last 12 months3.5K

Download spikes usually follow a new release — each site that auto-updates counts as a download.

Rankings

Where Slash Edit: Admin Shortcuts… stands today

WordPress.org search rankings

Live position in the plugin search, top 100
KeywordPositionCompeting pluginsCategory
edit #8 10,000 Best edit plugins →
edit page #7 10,000 Best edit page plugins →
edit post #5 10,000 Best edit post plugins →
quick edit #5 3,244 Best quick edit plugins →
shortcuts #4 1,171 Best shortcuts plugins →

Version adoption

Share of active sites per release.

  • 1.355.1%
  • 1.136.0%
  • 1.28.9%

Rating breakdown

★★★★★★★★★★ 5 from 8 reviews

  • 5★100.0%
  • 4★0.00%
  • 3★0.00%
  • 2★0.00%
  • 1★0.00%

About Slash Edit: Admin Shortcuts to Edit Pos…

From the official readme · v1.3.2

Description

Slash Edit saves you time by adding a simple admin shortcut to WordPress that lets you edit posts and pages quickly by adding /edit to almost any URL.

Instead of navigating through wp-admin or relying on the admin bar, just append /edit and go straight to the edit screen.

https://yoursite.com/about/edit

This makes it easy to:

  • Edit posts quickly
  • Edit pages quickly
  • Use a reliable quick edit shortcut
  • Access a clean admin shortcut to edit content
  • Securely share admin edit links with clients

A True WordPress Shortcut for Editing – /edit

Slash Edit is built for speed. Whether you’re a developer, editor, or site owner, it gives you a consistent shortcut to edit posts and pages without relying on the admin bar.

  • No more searching through the dashboard
  • No more long admin URLs
  • Just a fast and predictable edit shortcut that is there when you need it

Replace Complex Admin URLs

Stop sharing links like:

https://yourdomain.com/wp-admin/post.php?post=123&action=edit

Instead, send a clean edit page shortcut:

https://yourdomain.com/about/edit

Perfect for clients and teams who need a simple way to quick edit content or for email senders who mangle URLs.

What You Can Edit

Slash Edit works across your entire site:

  • Posts and pages
  • Custom post types
  • Users
  • Categories and tags
  • Taxonomies
  • Author archives
  • Front page (if assigned)
  • Blog page (if assigned)

If you are not logged in, you will be prompted to log in and then redirected to the correct edit screen.

Why Use This Edit Shortcut?

  • You want to edit posts and pages quickly
  • You need a reliable admin shortcut without the admin bar
  • You want to send clients a simple edit page link
  • You prefer a fast quick edit workflow

Slash Edit is Perfect for WordPress Plugin and Theme Demos

When a WordPress Playground or demo site is generated, you don’t always know the final ID or URL of an item. With Slash Edit installed, give them a relative link such as:

/about/edit

If you have theme demos you can take your users right to the customizer or Full Site Editor with a shortcut: /theme/edit

Examples of Slash Edit in Use

Content Editing

  • Homepage: https://yourdomain.com/edit
  • Page: https://yourdomain.com/about/edit
  • Post: https://yourdomain.com/blog/your-blog-post/edit
  • Custom Post Type: https://yourdomain.com/resources/my-resource/edit
  • Deeply Nested Post Type (example: lessons): https://yourdomain.com/courses/new-course/lessons/new-lesson/edit
  • WooCommerce: `https://yourdomain.com/product/product-123/edit

Post Types Archives

  • Custom Post Type (example: articles): https://yourdomain.com/articles/edit
  • WooCommerce Products: https://yourdomain.com/product/edit or https://yourdomain.com/shop/edit
  • Easy Digital Downloads: https://yourdomain.com/downloads/edit

Users

  • Edit author profile: https://yourdomain.com/author/myuser/edit
  • Users list:
    • https://yourdomain.com/users/edit
    • https://yourdomain.com/author/edit
    • https://yourdomain.com/authors/edit

Taxonomies

  • Category: https://yourdomain.com/category/category-one/edit
  • Tag: https://yourdomain.com/tag/new-tag/edit
  • Custom Taxonomy: https://yourdomain.com/topics/hosting/edit
  • Nested Taxonomy Within Post Type: https://yourdomain.com/how-tos/topics/hosting/edit

Theme Editing

  • Full Site Editor / Customizer: https://yourdomain.com/theme/edit

Multisite

  • Go to a Site’s edit screen: https://mymultisite.com/site/edit
  • Go to all sites in the network admin: https://mymultisite.com/sites/edit

Example: Changing the Endpoint

Changes /edit to /editar. Make sure to flush permalinks after any endpoint changes.

<?php
add_filter( 'slash_edit_endpoint', function( $endpoint ) ) {
    return 'editar';
}

Security

Only users with Editor capabilities (or higher) can access edit screens.

Developers can customize access using filters:

  • slash_edit_capability_check
  • slash_edit_can_edit

Developer Friendly

  • Filter the /edit endpoint if needed
  • Extend redirect behavior
  • Lightweight and no settings required

Installation

  1. Just unzip and upload the “slash-edit” folder to your ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Frequently asked questions

How do I use the plugin?

Navigate to any post, page, or archive and add /edit to the end of the URL. Example (editing a page): https://example.com/about/edit Example (editing the homepage): https://example.com/edit Example (editing a user): https://example.com/author/myuser/edit

Do I need pretty permalinks enabled?

Yes. Slash Edit requires pretty permalinks to work. Please flush permalinks if any /edit URLs 404 when they shouldn’t.

Who can access edit links?

Only users with Editor permissions or higher by default. For security, final edit URLs aren’t revealed until a permissions check through wp-admin. The way it works is: The /edit rule is captured and parsed. One-time token is generated, saved as a transient. Token is passed via the WordPress admin, which checks the token and user’s permissions. If a user has the right permissions, the user is redirected to the appropriate admin area. Developers can override this using the provided filters.

What happens if I am not logged in?

You will be redirected to the login screen and then back to the correct edit page.

Does this work with custom post types and taxonomies?

Yes. Slash Edit supports custom post types, taxonomies, and most archives.

What happens on archive pages?

Most CPT archives should redirect you to the post type’s list view in the admin. All term and author archives work. Blog archives redirect to Settings > Reading. Special archives like WooCommerce allow for /product/edit or /shop/edit.

Can I change `/edit` to something else?

Yes. You can use the provided filter slash_edit_endpoint and then flush permalinks. Example: Creating a Custom Endpoint Changes /edit to /editar. Make sure to flush permalinks after any endpoint changes.

Are there any settings?

No. The plugin works out of the box with no configuration required.

Does this plugin work with WordPress Multisite?

Yes, this plugin works wonderfully with Multisite.

What happens if a /edit URL 404’s?

Try flushing permalinks and/or setting pretty permalinks if they are not already enabled.

Changelog

Added a few multisite shortcuts. Fixed taxonomy terms from custom taxonomies not being editable. Fixed nested post types not being editable.

1.3.2

  • Updated 2026-04-16
  • New: Added /site/edit and /sites/edit for Multisite installs for accessing the sites screen easily.
  • Fix: Nested and custom taxonomies with terms weren’t editable.
  • Fix: Nested post types (post types within post types) weren’t editable.

1.3.0

  • Updated 2026-04-08
  • New: Added /authors/edit, /users/edit, and /author/edit for accessing the users’ screen in the admin.
  • New: Added /theme/edit for accessing the Full Site Editor for block themes, otherwise the customizer.
  • New: Added singular slugs to post type archive editing, so a post type with archive shops and singular product will both have /edit endpoints and go to the same product list view.
  • New: Added more examples to the readme.

1.2.0

  • Updated 2025-12-06
  • Security fix: Adding /edit can expose IDs that are otherwise private. Update for a better login workflow. As a security precaution, only those with Editor privileges and above can quickly edit items.
  • New feature: Allow terms and child terms to be editable.
  • New feature: Adding /edit to a blog archive redirects to Settings->Reading.
  • New feature: Editing a post type archive will redirect to post list screen for the archive.
  • Misc: Code cleanup throughout, updating to WPCS and passing Plugin Check.

1.1.1

  • Updated 2015-08-20 – Ensuring WordPress 4.3 compatibility
  • Updated 2015-04-19 – Ensuring WordPress 4.2 compatibility
  • Updated 2014-12-11 – Ensuring WordPress 4.1 compatibility
  • Released 2014-11-13
  • Fixing endpoint when page is created with same slug as the endpoint

1.1.0

  • Released 2014-11-13
  • Added “/edit” to the front of the site (e.g., www.domain.com/edit) if you have a page set as your front page.
  • Added a slash_edit_url filter to determine where to redirect a user when “/edit” is present (props Bjørn J.)

1.0.0

  • Released 2014-10-19
  • Initial Release

Full changelog on WordPress.org →

Screenshots

Slash Edit when editing a post on the front-end.
Slash Edit when editing a post on the front-end.

For developers

Is this your plugin? Show off the numbers.

Add a live badge to your site, docs or GitHub README. It updates on its own — no account needed.

Active installs badge Rating badge Health score badge

Best Slash Edit: Admin Shortcuts t… alternatives

All edit plugins →
Alternatives
Rank Plugin Active installs Rating Updated Health
1 Forget About Shortcode Buttons Forget About Shortcode Buttons A visual way to add CSS buttons in the rich text editor and to your themes. by Code Amp 20K+ ★★★★★★★★★★ 4.7 (69) 2 years ago 38
2 Require Featured Image Require Featured Image Requires content you specify to have a featured image set before they can be published. by pressupinc 3K+ ★★★★★★★★★★ 3.9 (16) 7 years ago 36
3 Clear Floats Button Clear Floats Button Adds clear float button to TinyMCE Editor. by Graffino 2K+ ★★★★★★★★★★ 5 (6) 4 years ago 40
4 Roles & Capabilities Roles & Capabilities Take full control of user roles and capabilities in WordPress with an intuitive, powerful… by Ariel 1K+ ★★★★★★★★★★ 5 (7) 9 months ago 54
5 Three Column Screen Layout Three Column Screen Layout Three, four and five column screen layouts for the post editor. by Chad Hovell 1K+ ★★★★★★★★★★ 3.8 (16) 10 years ago 34
6 Bulk Menu Edit Bulk Menu Edit Remove multiple menu items in one single click, through a soft and clean interface. by M.Code 700+ ★★★★★★★★★★ 3.7 (3) 2 months ago 64
8 Excerpt Editor Excerpt Editor Quick edit or create excerpts for both Posts and Pages, auto-generate and append excerpts… by Andrew Ozz 500+ ★★★★★★★★★★ 4 (1) 17 years ago 31
9 Tabify Edit Screen Tabify Edit Screen Enable tabs in the edit screen and manage them from the back-end. by Marko Heijnen 500+ ★★★★★★★★★★ 4.9 (22) 6 years ago 44
10 Tabs in Post Editor Tabs in Post Editor Write code in the WP post editor? Hate not being able to use [tab]s? Now you can. by Aaron Butacov 500+ ★★★★★★★★★★ 4.7 (3) 13 years ago 33
11 Save and Close Save and Close Adds a Save and Close button to the admin post edit screen which allows you to return to… by lightbulbdigital 400+ ★★★★★★★★★★ 4.7 (13) 13 years ago 38

FAQ

Slash Edit: Admin Shortcuts to Edit…: quick answers

Straight answers, pulled from live WordPress.org data.

Live data from WordPress.org · checked Sep 27, 2026

Is Slash Edit: Admin Shortcuts to… free?

Yes. Slash Edit: Admin Shortcuts to… is free to download and use from the official WordPress.org plugin directory.

Is Slash Edit: Admin Shortcuts to… safe to use in 2026?

Slash Edit: Admin Shortcuts to… is a solid plugin choice in 2026, with a few things worth checking first. It runs on 500+ sites, is rated 5/5 and was last updated 5 months ago, and scores 67/100 on our health check.

How many websites use Slash Edit: Admin Shortcuts to…?

Slash Edit: Admin Shortcuts to… is active on 500+ WordPress websites and has been downloaded 14,573 times since it launched in October 2014. It was downloaded 222 times in the last 30 days.

Does Slash Edit: Admin Shortcuts to… work with WordPress 7.1?

Slash Edit: Admin Shortcuts to… is officially tested up to WordPress 7.0.6, while the latest release is 7.1.2. It may still work, but try it on a staging site first.

When was Slash Edit: Admin Shortcuts to… last updated?

The latest version, 1.3.2, was released on April 16, 2026 (5 months ago).

Who makes Slash Edit: Admin Shortcuts to…?

Slash Edit: Admin Shortcuts to… is developed and maintained by BerryPress.

What are the best alternatives to Slash Edit: Admin Shortcuts to…?

The most popular alternatives to Slash Edit: Admin Shortcuts to… are Forget About Shortcode Butt… (20K+ installs), Require Featured Image (3K+ installs) and Clear Floats Button (2K+ installs).

Powered by PageForge

Want thousands of pages that rank like these? Build them in an afternoon.

This directory runs on the same engine as PageForge. Turn any spreadsheet, CSV or API into thousands of fast, SEO-ready WordPress pages — with schema, internal links and AI-written copy baked in.

  • CSV, Google Sheets & API data sources
  • AI content, schema & internal links per page
  • Works with Elementor, Gutenberg, Yoast & Rank Math
  • Free on WordPress.org — no credit card
Sarah is here to help!
Hi there! 👋 Need help finding what you're looking for?
Sarah
Sarah
Online & Ready to Help
Hi there! 👋 Need help finding what you're looking for?

We'll use this to continue our conversation

Just now ✓ Verified

Join 500+ SEO Pros Scaling Their Strategy

Get exclusive programmatic SEO tactics, AI content workflows, and the latest PageForge updates delivered straight to your inbox. Stay ahead of the algorithm.

We care about your data in our privacy policy.