內容簡介
此外掛為 YARPP 提供一個對稱的文章關聯圖,顯示在單篇文章下方,幫助使用者更直觀地了解相關文章之間的關聯性。
【主要功能】
• 顯示對稱的非方向性文章關聯圖
• 使用 YARPP 的資料表快取功能
• 提供鍵盤友好的縮放控制和文章連結
• 每日自動重建圖形數據
• 支援 WP-CLI 命令進行手動重建和狀態檢查
外掛標籤
開發者團隊
② 後台搜尋「Article Relationship Graph for YARPP」→ 直接安裝(推薦)
原文外掛簡介
Adds a symmetrical graph of YARPP-related articles below singular posts.
Features
Displays a symmetrical, non-directional graph of related articles.
Uses YARPP’s table cache and respects the site’s publicly viewable post types.
Provides keyboard-friendly zoom controls and links to each article.
Rebuilds graph data after supported posts are published and on a daily schedule.
Includes a WP-CLI command for manual rebuilds and status checks.
The graph is rendered locally in the browser with the included D3.js library. It does not send post content, visitor information, or analytics to an external service.
Requirements
Yet Another Related Posts Plugin (YARPP) must be active and configured to use its table cache.
The plugin is an extension for YARPP and does not replace it. YARPP is a separate project and is not bundled with this plugin.
Rebuilding
The graph rebuilds daily and shortly after a new post is published. Rebuild manually with:
wp yarpp-graph rebuild
Inspect the most recent rebuild outcome with:
wp yarpp-graph status
The graph is capped at 15 nodes. Developers can lower the server-side limit with the article_relationship_graph_node_limit filter and can change supported post types with article_relationship_graph_post_types.
Privacy
This plugin does not collect, store, or transmit personal data. It does not use cookies, tracking pixels, third-party requests, or analytics. Graph data is generated from public WordPress posts and the local YARPP table cache.
Technical notes
Graph data is stored in two local custom database tables and is removed when the plugin is uninstalled. Deactivating the plugin preserves the tables so a later reactivation does not require data loss. The included D3.js library is distributed under its BSD 3-Clause license; see assets/vendor/D3-LICENSE.txt.
