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
Top keywords
- edit61×9.84%
- com24×3.87%
- https24×3.87%
- https yourdomain21×3.39%
- https yourdomain com21×3.39%
- yourdomain21×3.39%
- yourdomain com21×3.39%
- admin10×1.61%
- shortcut10×1.61%
- post9×1.45%
- slash8×1.29%
- slash edit8×1.29%
Turbo Admin
Work faster with WordPress using a quick-access command palette and a collection of Dashboard improvements. Simply install, activate and go! Ugh, this Dashboard menu is so cluttered? Where is everything? Is it in Tools? Or Settings? Or some menu of its own? How am I supposed to work with this clutter? If the WordPress Dashboard is slowing you down, Turbo Admin is here to speed you up. Turbo Admin’s main features are: A fast-action, keyboard driven command palette: Think Apple Spotlight, or Alfred, but in WordPress! The command palette is pop-up/modal by default, but has an option to be present in the admin bar. A “barkeeper” that hides non-critical admin-bar items in a slide-out panel. (Experimental) Notice hiding: Tidy your dashboard by hiding admin notices in a separate, slide-out panel. (Experimental/Beta): List table keyboard shortcuts – use vim-like keys to navigate list tables. If you love this plugin, you can get Turbo Admin on ALL your sites without needing to install the plugin, PLUS additional premium features, with the browser extension version! PLUS the browser extension has features not present in the plugin. Some features only make sense in the extension, others are considered “premium” and are only available in the browser extension. WooCommerce search (premium – extension only) Gravity Forms Search (premium – extension only) Full screen block editor killer Block editor welcome guide remover Live/dev site labels Remember, the browser extension works everywhere that it can detect WordPress, without needing a plugin. And it carries your preferences with you! It’s WordPress, your way! Check out the Browser Extension and try it for free Usage Install, activate and go! Using the Command Palette The command palette is a keyboard-driven, pop-up menu. The default keyboard shortcut to activate the command palette is: Windows: Ctrl-Alt-Shift-P (Linux also?) Mac: Cmd-Alt-Shift-P You can customise the keyboard combination used in the settings in your user profile. Be careful not to choose a keyboard combination already used by your browser! Close the palette with Escape, clicking outside of it, or pressing Ctrl/Cmd-Alt-Shift-P (or your custom key combination) again. Hover over the snail in the admin bar for a reminder of your shortcut at any time. You can: type to filter the commands use up and down arrows to select an item press enter to select an item hit escape (not too hard) to close the palette You can also select items with your mouse/trackpad. If you hold Ctrl/Cmd when selecting an item it will open in a new tab/window (you may need to allow your browser to open popups). Search modes As well as commands, the plugin can also search content that is made available through the REST API (as long as the REST API can be discovered). This is done using “search modes”. For example, if you type “post” and then press the tab key (or type a colon) you will switch to the “post” search mode. In this mode you are searching for posts. Turbo Admin automatically creates search modes for any public post types on your site. It also creates the following search modes: user plugin site (for WordPress Multisite sites) There is full documentation of search modes on the Turbo Admin website Admin bar search mode The command palette is pop-up/modal by default. But if you forget it’s there then you can opt to have the command palette as an always-displayed search box in the admin bar. To use this mode, visit your user profile, find the “Turbo Admin settings” section and check the “Admin bar search” option. Be sure to click “Update Profile” to save the change. Barkeeper The “Barkeeper” hides away non-critical admin-bar items in a slide-out panel. Click the arrow to toggle the panel open and closed. The Barkeeper keeps a few items that I’ve deemed as critical, such as the site name and the updates icon/notification. To enable the Barkeeper feature, visit your user profile, find the “Turbo Admin settings” section and check the “Barkeeper” option. Be sure to click “Update Profile” to save the change. This feature pairs really well with the admin bar search mode, freeing up space for the admin-bar search box. Using the (experimental) Notice Hiding feature Notice hiding lets you move unwanted notices into a separate panel at the top-right of the dashboard. To turn on the Notice Hiding feature, visit your user profile, find the “Turbo Admin settings” section, and check the feature in the “Additional features” section. Be sure to click “Update Profile” to save the change. I have attempted to be somewhat “intelligent” in how I hide notices, automatically handling obvious cases, and giving you choice in other cases. This is why this feature is flagged as “Experimental” – I may not have the “intelligence” right just yet. Read more about Turbo Admin’s Notice Hiding The “Notices” tab in the top-right will show a red-circled number if there are notices to see. If Turbo Admin gives you the option of hiding a notice it will have a “Move to panel” button. Click this to move it to the panel. You can always move it back if you change your mind. Using the (experimental) List Table Keyboard Shortcuts feature This feature is documented on the Turbo Admin website To turn on the List Table Keyboard Shortcuts feature, visit your user profile, find the “Turbo Admin settings” section, and check the feature in the “Additional features” section. Be sure to click “Update Profile” to save the change.