{"id":312697,"date":"2026-06-10T15:09:18","date_gmt":"2026-06-10T15:09:18","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/simple-related-post-inline-inserter\/"},"modified":"2026-06-10T15:08:50","modified_gmt":"2026-06-10T15:08:50","slug":"webtoulouse-related-content-inserter","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/webtoulouse-related-content-inserter\/","author":23499213,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"7.0","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"WebToulouse Related Content Inserter","header_author":"Philippe Cano","header_description":"Insert related posts, pages or custom post types inline inside your content. Manual selection, automatic suggestions, paragraph-based injection, shortcode and Gutenberg block.","assets_banners_color":"","last_updated":"2026-06-10 15:08:50","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/webtoulouse-related-content-inserter\/","header_author_uri":"https:\/\/webtoulouse.fr\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":39,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"webtoulousefr","date":"2026-06-10 15:08:50"}},"upgrade_notice":{"1.0.0":"<p>Initial release.<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3567733,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3567733,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":[],"assets_blueprints":{},"all_blocks":{"wtrc\/related-content":{"name":"wtrc\/related-content","title":"Contenu li\u00e9"}},"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"Sidebar metabox: AJAX search and drag-and-drop ordering of selected items.","2":"Settings page: post types, auto-insertion modes, paragraph position, colors.","3":"Frontend block: pale grey background with configurable accent bar.","4":"Gutenberg block with inspector controls."}},"plugin_section":[],"plugin_tags":[1794,266536,19933,3668,1089],"plugin_category":[],"plugin_contributors":[266537],"plugin_business_model":[],"class_list":["post-312697","plugin","type-plugin","status-publish","hentry","plugin_tags-custom-post-type","plugin_tags-inline-content","plugin_tags-internal-linking","plugin_tags-related-content","plugin_tags-related-posts","plugin_contributors-webtoulousefr","plugin_committers-webtoulousefr"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/webtoulouse-related-content-inserter\/assets\/icon-128x128.png?rev=3567733","icon_2x":"https:\/\/ps.w.org\/webtoulouse-related-content-inserter\/assets\/icon-256x256.png?rev=3567733","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>WebToulouse Related Content Inserter lets you display a clean, customizable \"related content\" block inline inside any post, page, or custom post type. Lightweight, no tracking, no premium upsell.<\/p>\n\n<p><strong>Key features<\/strong><\/p>\n\n<ul>\n<li>Manual selection via sidebar metabox with AJAX search and drag-and-drop ordering.<\/li>\n<li>Automatic suggestions based on shared taxonomies (categories, tags, custom taxonomies).<\/li>\n<li>Six auto-insertion modes: disabled, before, after, middle, <strong>after the Nth paragraph<\/strong>, or <strong>every N paragraphs<\/strong> with a maximum cap.<\/li>\n<li>Shortcode <code>[wtrc_related_content]<\/code> with full attribute support.<\/li>\n<li>Native Gutenberg block with server-side rendering.<\/li>\n<li>Configurable accent bar color (5px left border) and background color via plain text fields (hex or rgb\/rgba).<\/li>\n<li>Pale grey background, block layout with no <code>&lt;ul&gt;<\/code>\/<code>&lt;li&gt;<\/code> structure.<\/li>\n<li>Works with any public post type (configurable in settings).<\/li>\n<li>Recursion-safe (won't loop on the <code>the_content<\/code> filter).<\/li>\n<li>No tracking, no external requests, no premium upsell.<\/li>\n<\/ul>\n\n<p><strong>Shortcode attributes<\/strong><\/p>\n\n<pre><code>[wtrc_related_content ids=\"12,34,56\" limit=\"3\" columns=\"2\" title=\"Read also\" accent_color=\"#e63946\" bg_color=\"#f5f5f5\" show_thumbnail=\"1\" show_excerpt=\"1\"]\n<\/code><\/pre>\n\n<p><strong>PHP API<\/strong><\/p>\n\n<pre><code>echo wtrc_render( [ 'limit' =&gt; 4, 'accent_color' =&gt; '#e63946' ] );\n<\/code><\/pre>\n\n<p><strong>Support<\/strong><\/p>\n\n<p>Author: Philippe Cano \u2014 https:\/\/webtoulouse.fr\/<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>webtoulouse-related-content-inserter<\/code> folder to <code>\/wp-content\/plugins\/<\/code>, or install via the Plugins screen in WordPress.<\/li>\n<li>Activate the plugin through the <strong>Plugins<\/strong> menu.<\/li>\n<li>Go to <strong>Settings \u2192 Related Content<\/strong> to configure post types, auto-insertion mode, colors, and display options.<\/li>\n<li>Edit any post \/ page \/ CPT and use the <strong>Related Content<\/strong> metabox in the sidebar to select items manually, or let automatic suggestions run.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20it%20work%20with%20custom%20post%20types%3F\"><h3>Does it work with custom post types?<\/h3><\/dt>\n<dd><p>Yes. Enable the desired post types in <strong>Settings \u2192 Related Content<\/strong>.<\/p><\/dd>\n<dt id=\"how%20does%20the%20automatic%20suggestion%20algorithm%20work%3F\"><h3>How does the automatic suggestion algorithm work?<\/h3><\/dt>\n<dd><p>It looks for posts of the same type that share at least one term (category, tag, or custom taxonomy term) with the current post. Falls back to most recent posts of the same type if none are found.<\/p><\/dd>\n<dt id=\"can%20i%20insert%20the%20block%20in%20the%20middle%20of%20an%20article%3F\"><h3>Can I insert the block in the middle of an article?<\/h3><\/dt>\n<dd><p>Yes. Choose <strong>after the Nth paragraph<\/strong> to inject once, or <strong>every N paragraphs<\/strong> to inject multiple times (configurable maximum).<\/p><\/dd>\n<dt id=\"is%20the%20plugin%20gdpr-compliant%3F\"><h3>Is the plugin GDPR-compliant?<\/h3><\/dt>\n<dd><p>The plugin does not collect, send, or store any personal data. It makes no external HTTP requests.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Insert related posts, pages or CPT inline inside your content. Manual selection, paragraph-based injection, shortcode and Gutenberg block.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/312697","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=312697"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/webtoulousefr"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=312697"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=312697"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=312697"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=312697"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=312697"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=312697"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}