WW Copy Permalink
Adds a Copy Permalink action to posts, pages, and public custom post types in the WordPress admin.
by WebWrecked · github.com/webwrecked/ww-copy-permalink · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/webwrecked/ww-copy-permalink/archive/refs/heads/main.zipDescription
WW Copy Permalink adds a simple "Copy Permalink" action to the WordPress admin post list.
Copy the public URL of posts, pages, and custom post types instantly without opening the editor.
Designed to be lightweight, fast, and easy to use.
Features
- One-click permalink copying from the admin post list.
- Works with posts, pages, and public custom post types.
- Uses the native WordPress admin interface.
- No settings required.
- No database tables.
- No external dependencies.
- Translation ready.
- Lightweight JavaScript implementation.
Installation
- Upload the
ww-copy-permalinkfolder to the/wp-content/plugins/directory. - Activate the plugin through the "Plugins" menu in WordPress.
- Go to Posts, Pages, or any supported custom post type.
- Click "Copy Permalink" below any item.
- The permalink will be copied to your clipboard.
Frequently Asked Questions
Does this plugin add any database tables?
No. WW Copy Permalink does not create any database tables or store any data.
Does this plugin work with custom post types?
Yes. It supports all publicly viewable custom post types.
Does it require jQuery?
No. The plugin uses modern vanilla JavaScript and does not depend on jQuery.
Does it work with Gutenberg?
Yes. The plugin works with the standard WordPress admin list screens.
Is the plugin translation ready?
Yes. All user-facing strings are prepared for translation.
Screenshots
- Copy Permalink action displayed in the WordPress admin post list.
Changelog
1.0.0
- Initial release.
- Added Copy Permalink action for posts and pages.
- Added support for public custom post types.
- Added clipboard functionality.
- Added translation support.
Upgrade Notice
1.0.0
Initial release of WW Copy Permalink.