PHPackages                             michaelclaesson/easy-quicklinks - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. michaelclaesson/easy-quicklinks

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

michaelclaesson/easy-quicklinks
===============================

WordPress plugin that adds support for top level quick link redirect in the post quick edit.

1.0.0(2w ago)04↓50%GPL-2.0-or-laterPHPPHP &gt;=8.3

Since May 22Pushed 2w agoCompare

[ Source](https://github.com/michaelclaesson/easy-quicklinks)[ Packagist](https://packagist.org/packages/michaelclaesson/easy-quicklinks)[ RSS](/packages/michaelclaesson-easy-quicklinks/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Easy Quicklinks
===============

[](#easy-quicklinks)

A WordPress plugin that lets editors assign short, top-level redirect slugs to pages directly from the post quick edit panel.

How it works
------------

[](#how-it-works)

A **quick link** is a short, memorable path (e.g. `/testskolan`) that redirects visitors to an existing page regardless of where that page lives in the page hierarchy. The redirect is a `301 Permanent Redirect`.

- A new **Quick Link** column appears in the Pages list.
- Editors set or clear the slug via the built-in **Quick Edit** panel.
- On the frontend, any matching top-level request that would otherwise produce a 404 is silently redirected to the target page.
- WordPress's slug uniqueness logic is extended so that no page can claim a permalink slug already in use as a quick link.

Requirements
------------

[](#requirements)

RequirementVersionWordPress6.4 or laterPHP8.3 or laterInstallation
------------

[](#installation)

1. Upload the `easy-quicklinks` folder to `wp-content/plugins/`.
2. Activate the plugin via **Plugins → Installed Plugins**.
3. No further configuration is required.

Usage
-----

[](#usage)

1. Go to **Pages** in the WordPress admin.
2. Hover over a page and click **Quick Edit**.
3. Enter a slug in the **Quick Link** field (lowercase letters and dashes only, e.g. `testskolan`).
4. Click **Update**.

The quick link is immediately live. Visiting `https://example.com/testskolan` will redirect to the target page.

To remove a quick link, open **Quick Edit** and clear the field, then click **Update**.

Slug format
-----------

[](#slug-format)

Quick link slugs must match the pattern `[a-z][a-z-]*` — they start with a lowercase letter and contain only lowercase letters and dashes. No numbers, no uppercase, no special characters.

Conflict prevention
-------------------

[](#conflict-prevention)

The plugin registers a filter on `wp_unique_post_slug` so that WordPress will never assign a page a permalink slug that is already claimed by a quick link belonging to another page. If a conflict is detected, WordPress appends a numeric suffix to the new page's slug instead.

Integrations
------------

[](#integrations)

- **Nested Pages** — the quick link field is available in Nested Pages quick edit, uses the same validation as the built-in WordPress quick edit, and prevents duplicate quick links or conflicts with top-level page slugs.

Translations
------------

[](#translations)

The plugin ships with a Swedish (`sv_SE`) translation. Additional translations can be placed in `languages/` following the standard WordPress naming convention (`easy-quicklinks-{locale}.po/.mo`).

License
-------

[](#license)

[GPL-2.0-or-later](https://www.gnu.org/licenses/gpl-2.0.html)

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance96

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

18d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18331514?v=4)[Michael Claesson](/maintainers/michaelclaesson)[@michaelclaesson](https://github.com/michaelclaesson)

---

Top Contributors

[![michaelclaesson](https://avatars.githubusercontent.com/u/18331514?v=4)](https://github.com/michaelclaesson "michaelclaesson (5 commits)")

### Embed Badge

![Health badge](/badges/michaelclaesson-easy-quicklinks/health.svg)

```
[![Health](https://phpackages.com/badges/michaelclaesson-easy-quicklinks/health.svg)](https://phpackages.com/packages/michaelclaesson-easy-quicklinks)
```

###  Alternatives

[jahvi/magento2-copy-theme-override

Magento 2 command to automatically copy files into active theme

124.5k](/packages/jahvi-magento2-copy-theme-override)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
