A WordPress plugin that creates a dedicated landing page for sharing shortcut links on your website (e.g. yourdomain.com/quicklinks/).
Built by Alex Chuc for Ironbark Marketing.
| Settings | Mobile | Tablet |
|---|---|---|
![]() |
![]() |
![]() |
- Customisable — Add a profile logo/image, background colour, and button colours
- Drag and drop — Rearrange links quickly without touching any code
- SEO-friendly — Links are served from your own domain
- WordPress 5.6 or higher
- PHP 7.4 or higher
- Tested up to WordPress 6.9.4
- In WordPress admin, go to Plugins → Add New → Upload Plugin
- Upload the zip and click Install Now
- Activate the plugin
- Go to the Quicklinks menu item in the WordPress sidebar to configure
On first save, the plugin automatically creates a page at /quicklinks/ with the shortcode pre-inserted.
- Upload a profile image and set optional link colours via Quicklinks → Settings
- Add, remove, and reorder directory buttons using drag and drop
- Visit
yourdomain.com/quicklinks/to see the live page
Do not delete the auto-created Quicklinks page — the plugin requires it to render correctly.
Defined in .github/workflows/quicklinks-release.yml.
Three-job chain on version tag push (v*.*.*):
validate → package → release
- validate — runs PHPCS against plugin source enforcing WordPress Coding Standards (WPCS 3.x), plus
php -lsyntax check - package — zips plugin source into a versioned artifact
- release — creates a GitHub Release with the zip attached, version extracted from plugin metadata
PHPCS configuration in phpcs.xml. Dependencies pinned in composer.json (PHPCS 3.x + WPCS 3.x). Codebase fully compliant with WordPress Coding Standards.
| Layer | Technology |
|---|---|
| Language | PHP |
| Standards | WordPress Coding Standards (WPCS 3.x) |
| Linting | PHPCS 3.x |
| CI/CD | GitHub Actions → GitHub Releases |
| Packaging | zip artifact |
Copyright © Ironbark Marketing. All rights reserved. Proprietary — not for redistribution.


