Title: Slash Edit: Admin Shortcuts to Edit Posts and Pages Faster
Author: Ronald Huereca
Published: <strong>অক্টোবৰ 21, 2014</strong>
Last modified: এপ্ৰিল 16, 2026

---

প্লাগিনৰ সন্ধান কৰক

![](https://ps.w.org/slash-edit/assets/banner-772x250.png?rev=3501056)

![](https://ps.w.org/slash-edit/assets/icon-256x256.png?rev=3499632)

# Slash Edit: Admin Shortcuts to Edit Posts and Pages Faster

 [Ronald Huereca](https://profiles.wordpress.org/ronalfy/)-ৰ দ্বাৰা

[ডাউনল’ড কৰক](https://downloads.wordpress.org/plugin/slash-edit.1.3.2.zip)

 * [বিশদ বিৱৰণ](https://as.wordpress.org/plugins/slash-edit/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/slash-edit/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/slash-edit/#installation)
 * [বিকাশ](https://as.wordpress.org/plugins/slash-edit/#developers)

 [সাহায্য](https://wordpress.org/support/plugin/slash-edit/)

## বৰ্ণনা

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

## স্ক্ৰীনশ্বট

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

## ইনষ্টলেশ্যন

 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

## সঘনাই উত্থাপিত প্ৰশ্ন

### 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:

 1. The `/edit` rule is captured and parsed.
 2. One-time token is generated, saved as a transient.
 3. Token is passed via the WordPress admin, which checks the token and user’s permissions.
 4. 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.

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

### 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.

## পৰ্য্যালোচনা

![](https://secure.gravatar.com/avatar/e4fa9a1cefa24815274f3cfc8920ac71be3b84af3f35c052fd49efacc02fc557?
s=60&d=retro&r=g)

### 󠀁[Great!](https://wordpress.org/support/topic/great-13550/)󠁿

 [LordDunvegan](https://profiles.wordpress.org/lorddunvegan/) জুলাই 19, 2021

Simple to use and does the job perfectly, saves me so much time. Thank you.

![](https://secure.gravatar.com/avatar/bd23ec913d82ed284b75e06d87fdf944372d9264e10d97e31106f7287a7c3412?
s=60&d=retro&r=g)

### 󠀁[#slasheditrules](https://wordpress.org/support/topic/slasheditrules/)󠁿

 [rhust](https://profiles.wordpress.org/rhust/) ছেপ্টেম্বৰ 3, 2016

Proof that sometimes the simplest things can make a profound difference. It’s making
its way into every Wordpress install I touch. Thank you!

 [ আটাই 8টা পৰ্য্যালোচনা পঢ়ক ](https://wordpress.org/support/plugin/slash-edit/reviews/)

## অৱদানকাৰী আৰু বিকাশকাৰীসকল

“Slash Edit: Admin Shortcuts to Edit Posts and Pages Faster” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ।
এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

 *   [ Ronald Huereca ](https://profiles.wordpress.org/ronalfy/)

[আপোনাৰ ভাষাত “Slash Edit: Admin Shortcuts to Edit Posts and Pages Faster” অনুবাদ কৰক।](https://translate.wordpress.org/projects/wp-plugins/slash-edit)

### বিকাশৰ প্ৰতি আগ্ৰহী?

[ক’ড ব্ৰাউজ কৰক](https://plugins.trac.wordpress.org/browser/slash-edit/), [SVN ৰিপজিটৰী](https://plugins.svn.wordpress.org/slash-edit/)
চাওক নাইবা [RSS](https://plugins.trac.wordpress.org/log/slash-edit/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/slash-edit/) ছাবস্ক্ৰাইব
কৰক।

## সলনি-পঞ্জী

#### 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.](https://profiles.wordpress.org/bjornjohansen/))

#### 1.0.0

 * Released 2014-10-19
 * Initial Release

## মেটা

 *  **1.3.2** সংস্কৰণ
 *  **2 দিন আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **600+**
 *  WordPress-ৰ সংস্কৰণ ** 6.5 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **7.0**
 *  ভাষা
 * [English (US)](https://wordpress.org/plugins/slash-edit/)
 * [edit](https://as.wordpress.org/plugins/tags/edit/)[edit page](https://as.wordpress.org/plugins/tags/edit-page/)
   [edit post](https://as.wordpress.org/plugins/tags/edit-post/)[quick edit](https://as.wordpress.org/plugins/tags/quick-edit/)
   [shortcuts](https://as.wordpress.org/plugins/tags/shortcuts/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/slash-edit/advanced/)

## ৰে’টিংবোৰ

 5টাৰ ভিতৰত 5টা তৰা।

 *  [  8 5-star reviews     ](https://wordpress.org/support/plugin/slash-edit/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/slash-edit/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/slash-edit/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/slash-edit/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/slash-edit/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/slash-edit/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/slash-edit/reviews/)

## অৱদানকাৰীসকল

 *   [ Ronald Huereca ](https://profiles.wordpress.org/ronalfy/)

## সাহায্য

কিবা ক’বলগীয়া আছে? সহায় লাগে?

 [সাহায্যৰ ফ’ৰাম চাওক](https://wordpress.org/support/plugin/slash-edit/)

## দান কৰক

আপুনি এই প্লাগিনৰ উন্নতিৰ প্ৰতি সাহায্য আগবঢ়াব বিচাৰেনে?

 [ এই প্লাগিনক অনুদান দিয়ক ](https://mediaron.com/give/)