

Matomo source tab: choose between the local Matomo for WordPress plugin and a remote Matomo instance (URL, site ID, auth token).
Admin Views Column for Matomo adds a Matomo views column to WordPress admin lists.
It helps you see how your content performs directly from the WordPress dashboard, without opening Matomo every time you want to check whether a post, page, or custom post type is being read.
The plugin can read statistics from two sources:
The plugin can display Matomo statistics for:
The views column is sortable, so you can quickly find your most viewed or least viewed content. The counts load in the background, so your admin lists stay fast even when the Matomo data is not cached yet, and each count links to the corresponding Pages report in Matomo.
A dashboard widget lists your most viewed content for the selected period, and a Test connection button in the settings instantly verifies your Matomo configuration and shows the exact error message when something is wrong.
You can also choose the reporting period:
The plugin supports two Matomo metrics:
nb_hits)nb_visits)To avoid slowing down the WordPress admin, Matomo data is cached with WordPress transients. The cache duration can be changed from the plugin settings page.
The settings are organized in three tabs: Matomo source, Settings, and 301 redirects.
If your permalinks changed over time, the plugin can keep the historical view counts: old slugs saved by WordPress are matched automatically, and 301 redirect rules can be declared in the settings — either by hand or by importing a CSV file.
This plugin requires a working Matomo installation that is already tracking your website. Two setups are supported:
If Matomo is not collecting data, this plugin cannot display statistics.
This plugin does not track visitors by itself.
It reads existing statistics from Matomo and displays them in the WordPress admin.
In local mode, no data is sent to an external service. In remote mode, the plugin sends API requests (including the configured auth token) to the Matomo server you configured — and to no other service. The token is sent in the request body (POST), so it does not appear in URLs.