In version 3.3 of Yet Another Related Posts Plugin could make 2 calls to the function related_posts () in order to show 2 lists related posts.
Posts only the category 1
- Post 1 category 1
- Post 2 category 1
- Post 3 category 1
Posts in all categories excluding category 1
- Post 1 all categories except the category 1
- Post 2 all categories except the category 1
- Post 3 all categories except the category 1
[Code moderated as per the Forum Rules. Please use the pastebin]
Posts only the category 1
<?php mi_related_posts(1,'yarpp-template-preguntas.php'); ?>
Posts in all categories excluding category 1
<?php mi_related_posts(-1,'yarpp-template-thumbnail.php'); ?>
`
In the new version no longer works now always shows me the same list of Related Posts Cache seems that will not let me do this
Posts only the category 1
- Post 1 category 1
- Post 2 category 1
- Post 3 category 1
Posts in all categories excluding category 1
- Post 1 category 1
- Post 2 category 1
- Post 3 category 1
http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/