Outstand Query Loop Analytics
by Outstand · github.com/pixelalbatross/outstand-query-loop-analytics · website
★ 1stars
6release downloads
38composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/pixelalbatross/outstand-query-loop-analytics/releases/download/1.1.1/outstand-query-loop-analytics-1.1.1.zipAlso on Packagist as outstand/query-loop-analytics:
composer require outstand/query-loop-analyticsDeclares an update source (https://outstand.site/), so updates arrive through the plugin's own updater.
From the readme
Outstand Query Loop Analytics
Populates the Query Loop block with popular posts based on analytics data.
Connects to your analytics provider, retrieves the top posts by pageviews, resolves them to WordPress post IDs, and caches the results. Works with all existing Query Loop features — pagination, filtering, and custom templates.
Features
Currently supports Google Analytics 4, connecting to the GA4 Data API over OAuth 2.0 to retrieve pageview data. See docs/popular-posts.md for the full feature guide.
Installation
Manual Installation
1. Download the latest release ZIP from the Releases page.
2. Go to Plugins Add New Upload Plugin in your WordPress admin area.
3. Upload the ZIP file and click Install Now.
4. Activate the plugin.
Install with Composer
To include this plugin as a dependency in your Composer-managed WordPress project:
1. Add the plugin to your project using the following command:
2. Run composer install.
3. Activate the plugin from your WordPress admin area or using WP-CLI.
Quick start
1. Go to Settings Query Loop Analytics and connect your analytics provider (setup guide).
2. Select your analytics property.
3. In the block editor, insert the Popular P
Read the full README on GitHub →