| 开发者 |
daniyaldotdev
creativehassan creativekhalid toheedhaider |
|---|---|
| 更新时间 | 2026年5月25日 18:00 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
smart-internal-links folder to the /wp-content/plugins/ directory.No. Links are stored in the database and injected into the rendered output via the the_content filter. Your actual post content is never touched.
No, the plugin suggests links, but you have full control. You must click "Add Link" to approve them. This ensures you only add relevant links.
Yes! You can choose to analyze the latest 25, 50, 100 posts, or your entire library at once from the dashboard.
Navigate to Internal Links in your admin sidebar, then click the Settings tab. You can also analyze individual posts from the meta box inside the post editor.
No. The textual analysis is performed on-demand via AJAX in the admin dashboard, so it does not affect your front-end site performance. Link injection is a lightweight in-memory string operation at render time.
By default, Posts and Pages are supported. You can enable additional public post types from the Settings tab.
the_content filter — post content is never modified.smartinlinks_stopwords filter.smartinlinks_should_inject_links, smartinlinks_max_links_per_post, smartinlinks_link_html, smartinlinks_analyze_settings, smartinlinks_suggestions.