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