Linux 软件免费装
Banner图

Dalmatian Dream Post Views

开发者 whitedd
更新时间 2026年9月9日 23:12
PHP版本: 8.1 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

views analytics counter post views

下载

2.9.1

详情介绍:

Dalmatian Dream Post Views counts published post views for guests while preserving compatibility with full-page cache systems. It stores counts in the existing dd_post_views table, uses localStorage for a lightweight visitor cooldown, and avoids per-visitor transient records. Logged-in users are not counted. A simple User-Agent bot filter is used for noise reduction. The plugin does not use external services and does not send view data to third parties.

安装:

  1. Upload the dalmatian-dream-post-views folder to the /wp-content/plugins/ directory, or install the plugin ZIP through the WordPress Plugins screen.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. View counts appear in the Posts list and in the post editor metabox.

常见问题:

Does this reset existing view counts?

No. Version 2.9.1 keeps using the existing {$wpdb->prefix}dd_post_views table with the same id and count columns.

Are logged-in users counted?

No. Logged-in users are intentionally ignored.

Does this work with page cache plugins?

Yes. Views are counted with a client-side REST request after the page loads, so cached post pages can still trigger view counting.

Does the plugin store personal data or use cookies?

The plugin does not set cookies and does not store IP addresses or other visitor identifiers in WordPress. It uses the visitor's browser localStorage only to remember the timestamp of a view for each post during the cooldown period.

Does the plugin use XML-RPC or expose a REST API endpoint?

The plugin does not register XML-RPC methods. Guest view counting uses a public REST endpoint that accepts only a valid published post ID and performs a minimal atomic database increment.

更新日志:

2.9.1 2.9.0 2.8.2 2.8.1 2.8.0