| 开发者 | globaldevitus |
|---|---|
| 更新时间 | 2026年7月28日 20:28 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/globaldev-internal-links, or install the ZIP through Plugins > Add New > Upload Plugin.No. Links are added dynamically through the the_content filter. The content stored in the WordPress editor remains unchanged.
No. The plugin builds its index from published content automatically. Opening or resaving every post is not required.
Version 1.1.0 keeps one stable canonical destination for each duplicate published title. Older versions removed all destinations sharing the duplicate title, which could eliminate otherwise valid links.
They are conservative multi-word phrases generated from a published title. For example, a longer title can provide a shorter natural phrase already present in another article. Single common words are not generated as anchors.
It compares shared categories, tags, post type, and meaningful title terms. The phrase is skipped when the best destination is not clearly better than the alternatives.
When the related-content fallback is enabled, the plugin can append a list of related published items based on shared categories, tags, and title terms. It does not insert invented words into the article body.
Not unless it contains a safe title phrase. Placeholder text with no meaningful phrase may receive the related-content fallback when real taxonomy or title relationships exist.
Only the queried singular frontend item from the public post types selected under Settings > Internal Links. Archive loops, excerpts, administration screens, related-item widgets, and excluded items are not scanned.
No. Each inline destination can be used only once on the same rendered page.
No. Indexing, matching, and related-content scoring take place locally on the WordPress site.
It removes the cached destinations and matching phrases. WordPress rebuilds them automatically on the next eligible frontend page view. Manual clearing is optional but useful after a bulk import, migration, duplicate cleanup, or direct database change.
post__not_in index query and now applies configured exclusions while processing returned IDs.the_content while traditional main-loop flags are false.