SemanticPosts
WordPress plugin: related posts that are actually related, without slowing your site down.
by Leonardo Christino · github.com/christinoleo/semantic-posts · website
★ 0stars
7release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/christinoleo/semantic-posts/releases/download/v0.2.2/semantic-posts-0.2.2.zipDeclares an update source (https://github.com/christinoleo/semantic-posts), so updates arrive through the plugin's own updater.
From the readme
SemanticPosts
Related posts that are actually related, without slowing your site down.
A WordPress plugin that uses semantic embeddings to surface "next reads" with substantially better relevance than category matching — while staying lighter on page-load cost than every existing alternative.
Status: Planning complete. Implementation in progress.
Why this exists
WordPress site owners are stuck between two bad options for related posts:
- Accurate but slow: YARPP, Contextual Related Posts. Compute relevance per pageview via brute-force MySQL queries. Several are still on managed-host disallow lists (WP Engine bans 4 of them as of May 2026).
- Fast but dumb: Jetpack Related Posts, Same Category Posts. Category matching surfaces the same 3 recent posts on every page.
SemanticPosts is the third option: precompute once at index time, serve from cache.
How it works
1. When you save a post, the plugin generates an embedding via OpenAI (background, rate-limited).
2. A Similarity Graph maintains the top-N most-related posts per post in postmeta, updated incrementally on every save.
3. On every page view, related posts come from cached postmeta — 2 indexed queries, zero HTTP.
Resu
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v0.2.2 | May 21, 2026 | semantic-posts-0.2.2.zip | 1 |
| v0.2.1 | May 21, 2026 | semantic-posts-0.2.1.zip | 1 |
| v0.2.0 | May 21, 2026 | semantic-posts-0.2.0.zip | 1 |
| v0.1.5 | May 21, 2026 | semantic-posts-0.1.5.zip | 1 |
| v0.1.4 | May 20, 2026 | semantic-posts-0.1.4.zip | 1 |
| v0.1.3 | May 20, 2026 | semantic-posts-0.1.3.zip | 0 |
| v0.1.2 | May 20, 2026 | semantic-posts-0.1.2.zip | 1 |
| v0.1.1 | May 20, 2026 | semantic-posts-0.1.1.zip | 1 |
| v0.1.0 | May 20, 2026 | semantic-posts-0.1.0.zip | 0 |