WP Manifestindependent plugin directory
manifest / admin / ww-copy-permalink

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

0stars
0forks

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

Description

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

  1. Upload the ww-copy-permalink folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the "Plugins" menu in WordPress.
  3. Go to Posts, Pages, or any supported custom post type.
  4. Click "Copy Permalink" below any item.
  5. 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

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