Simple way for adding related posts .
As of April 2026, Softmixt Relations is a WordPress posts plugin with 0 active installations and a 0/5 rating0. It has been downloaded 1.0K+ times in total. Requires WordPress 4.6+ and PHP false+. Available on WordPress.org since 2017. Last updated 7 years ago — may have compatibility concerns. Top alternative: WP Shortcodes Plugin — Shortcodes….
A simple way to add related posts to another post.
You can easily change the public view by using this filter : SFT_related_item_content filter.
<?php
add_filter (
'SFT_related_item_content' ,
/**
* $itm_container : The current view of related posts .
* $connected_relations : Array with all related post items ID's .
* $atts : Short code attributes.
*/
function ( $itm_container , $connected_relations , $atts )
{
// The current post id.
$post_id = $atts[ 'post_id' ];
// Parent related items container element (set on short code).
$container = $atts[ 'container' ];
// Parent related items container class element (set on short code).
$container_class = $atts[ 'container_class' ];…| WordPress | 4.6+ requiredTested up to 4.8.28 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.