Title: Katina Link Manager
Author: Jean
Published: <strong>17. 7. 2026</strong>
Last modified: 18. 7. 2026

---

Prohledat pluginy

![](https://ps.w.org/katina-link-manager/assets/banner-772x250.png?rev=3611464)

![](https://ps.w.org/katina-link-manager/assets/icon-256x256.png?rev=3611464)

# Katina Link Manager

 Autor: [Jean](https://profiles.wordpress.org/jeangalea/)

[Stáhnout](https://downloads.wordpress.org/plugin/katina-link-manager.1.2.2.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/katina-link-manager/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/katina-link-manager/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/katina-link-manager/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/katina-link-manager/#developers)

 [Podpora](https://wordpress.org/support/plugin/katina-link-manager/)

## Popis

Katina Link Manager helps you manage all your outbound links in one place. Create
cloaked, trackable links for affiliate programs, partner referrals, or any URL you
want to manage centrally.

**Why Katina Link Manager?**

 * Zero nag screens, zero upsell banners, zero review popups
 * GDPR-compliant click tracking (no IP addresses stored by default)
 * One-click migration from ThirstyAffiliates, Pretty Links, LinkCentral, and Easy
   Affiliate Links
 * Link health monitoring catches broken links before your visitors do
 * Ad-blocker safe
 * Clean, modern admin interface

**Features:**

 * Custom link management with cloaked URLs
 * 301, 302, 307 redirects
 * Click tracking with bot filtering
 * Link categories and tags
 * Gutenberg block and Classic Editor integration
 * Link Fixer — automatically syncs link attributes in your content
 * Link health monitoring (optional, off by default — makes outbound requests to
   your link destinations)
 * CSV import/export
 * Nofollow, sponsored, UGC rel attributes
 * Query string passthrough
 * Dashboard with click statistics and health overview
 * Reports: clicks per day, top referrers, top countries, per link or site-wide,
   with CSV export
 * Setup wizard with migration detection

## Snímky obrazovky

[⌊Dashboard — total links, clicks, and link-health at a glance.⌉⌊Dashboard — total
links, clicks, and link-health at a glance.⌉[

Dashboard — total links, clicks, and link-health at a glance.

[⌊Add or edit a cloaked link: destination, redirect type, rel attributes, categories,
and tags.⌉⌊Add or edit a cloaked link: destination, redirect type, rel attributes,
categories, and tags.⌉[

Add or edit a cloaked link: destination, redirect type, rel attributes, categories,
and tags.

[⌊Reports — clicks over time, top referrers, and top countries, for one link or 
all of them.⌉⌊Reports — clicks over time, top referrers, and top countries, for 
one link or all of them.⌉[

Reports — clicks over time, top referrers, and top countries, for one link or all
of them.

[⌊All your links in one list with click counts and health status.⌉⌊All your links
in one list with click counts and health status.⌉[

All your links in one list with click counts and health status.

[⌊Guided setup wizard with automatic migration detection.⌉⌊Guided setup wizard with
automatic migration detection.⌉[

Guided setup wizard with automatic migration detection.

## Bloky

Tento plugin poskytuje 1 blok.

 *   Katina Link Manager Link

## Instalace

 1. Upload `katina-link-manager` to `/wp-content/plugins/`
 2. Activate the plugin
 3. The setup wizard will guide you through configuration and migration

## Nejčastější dotazy

### Will this plugin nag me for reviews or show upgrade banners?

No. Never. This is a core principle of Katina Link Manager.

### Is click tracking GDPR compliant?

Yes. By default, Katina Link Manager does not store IP addresses. Country data is
derived at click time and the IP is immediately discarded.

### Can I migrate from ThirstyAffiliates or Pretty Links?

Yes. Katina Link Manager includes built-in migration from ThirstyAffiliates, Pretty
Links, LinkCentral, and Easy Affiliate Links. The setup wizard detects these automatically,
or you can use the Migrate page at any time.

### How does link health monitoring work?

Link health monitoring is optional and turned off by default. When you enable it
under Settings  Modules, the plugin sends outbound HTTP requests to each of your
link destinations twice daily in the background to detect broken links (404s, server
errors), which are then flagged in the admin list and on the dashboard. You can 
also run a manual check at any time. No requests are made until you enable the feature.

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

Katina Link Manager je otevřený software. Následující lidé přispěli k vývoji tohoto
pluginu.

Spolupracovníci

 *   [ Jean ](https://profiles.wordpress.org/jeangalea/)

[Přeložte “Katina Link Manager” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/katina-link-manager)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/katina-link-manager/),
podívejte se do [SVN repozitáře](https://plugins.svn.wordpress.org/katina-link-manager/),
nebo se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/katina-link-manager/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/katina-link-manager/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 1.2.2

 * Click logging on a redirect now happens after the visitor has already been sent
   on their way, instead of before. On PHP-FPM the redirect response is flushed 
   and the connection closed first, then the click is written, so the database write
   no longer sits on the visitor’s path. This keeps redirects fast under bursts 
   of traffic to a single link (for example a newsletter landing on a large list),
   where the cloaked URL is the one request that can’t be served from cache. Hosts
   without fastcgi_finish_request() keep the previous inline behaviour.

#### 1.2.1

 * Cloaked link paths are now disallowed in robots.txt (using your configured prefix).
   The redirects already sent X-Robots-Tag: noindex; the Disallow also keeps crawlers
   from spending crawl budget fetching redirect URLs just to be told noindex. Sites
   that discourage search engines are left untouched.

#### 1.2.0

 * New Reports screen. Clicks per day, top referrers, top countries, and top links,
   over a date range you pick (or one of the presets: 7, 30, 90, 365 days, this 
   month, last month, year to date).
 * Reports work across every link or for a single link — pick one from the Link 
   filter, or click through from Top links.
 * Export the clicks in the selected range to CSV.
 * The chart is drawn server-side as inline SVG, so the screen pulls in no charting
   library and no external assets.

#### 1.1.5

 * Link health checks are now off by default and require explicit opt-in. They no
   longer run on activation; enable them under Settings  Modules to start the background
   checks. This makes the plugin’s outbound requests fully opt-in.
 * Removed the load_plugin_textdomain() call — WordPress.org loads translations 
   automatically since WordPress 4.6.

#### 1.1.4

 * Admin styles now load on every Katina admin screen. The dashboard, settings, 
   tools, and setup wizard could render unstyled because the asset gate keyed only
   on the post type, which some of those screens don’t carry in their URL.
 * Cleaned up the „Skip setup“ link on the setup wizard so it reads as a plain text
   link instead of an outlined button.

#### 1.1.3

 * Link health: only 404 and 410 count as broken now. Auth and anti-bot refusals(
   400/401/403/405/406/429) get a browser-profile retry and, if still refused, are
   marked „unknown“ for manual review instead of „broken“ — affiliate networks routinely
   block automated checks while serving real visitors fine.
 * Follow up to 5 redirects when checking link health.

#### 1.1.2

 * Sanitize and validate the remaining $_SERVER reads (user agent, request URI, 
   query string, and the link fixer’s REMOTE_ADDR rate-limit key).
 * Sanitize the uploaded file’s tmp_name and unslash $_POST values before sanitize_key
   in the migration screen.

#### 1.1.1

 * Sanitize $_SERVER values used for client IP detection.
 * Inline known sanitize_callback functions in register_setting() calls for clarity.
 * Rename internal JavaScript globals to the plugin prefix.

#### 1.0.0

 * Initial release
 * Link management with cloaked URLs and redirects
 * Click tracking with bot filtering (GDPR-compliant)
 * Categories and tags
 * Gutenberg block and Classic Editor integration
 * Link Fixer for content attribute sync
 * Link health monitoring (automated + manual)
 * Migration from ThirstyAffiliates, Pretty Links, LinkCentral, Easy Affiliate Links
 * Content scanner for shortcode replacement
 * CSV import/export
 * Setup wizard with migration detection
 * Dashboard with click stats and health overview

## Meta

 *  Verze **1.2.2**
 *  Poslední aktualizace **před 16 hodin**
 *  Aktivních instalací **Méně než 10**
 *  Verze WordPressu ** 6.2 nebo novější **
 *  Testováno až do WordPressu **7.0.2**
 *  Verze PHP ** 8.0 nebo novější **
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/katina-link-manager/)
 * Štítků
 * [affiliate links](https://cs.wordpress.org/plugins/tags/affiliate-links/)[link cloaking](https://cs.wordpress.org/plugins/tags/link-cloaking/)
   [link management](https://cs.wordpress.org/plugins/tags/link-management/)[link tracking](https://cs.wordpress.org/plugins/tags/link-tracking/)
   [redirect](https://cs.wordpress.org/plugins/tags/redirect/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/katina-link-manager/advanced/)

## Hodnocení

Zatím nebyly zadány žádné recenze.

[Your review](https://wordpress.org/support/plugin/katina-link-manager/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/katina-link-manager/reviews/)

## Spolupracovníci

 *   [ Jean ](https://profiles.wordpress.org/jeangalea/)

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/katina-link-manager/)