Plugin Author
Tom
(@edge22)
Hey John,
You can add custom settings into the wpsp_display() function to fetch posts from the current category.
Other than that, you’d likely need to use custom fields to find related posts, as there isn’t any “related” logic built into the plugin.
Let me know if you need more info 🙂
Do you have any sample code or can you refer me to a prior post with more info? I’m not entirely sure how and I would like to continue using this plugin for related post needs.
Plugin Author
Tom
(@edge22)
Here’s an example: https://wpshowposts.com/support/topic/possible-to-show-posts-by-taxonomy-rather-than-by-specific-terms/#post-3922
In that code, you’d need to update the list ID from 1508 to the ID of your list.
Then you’d need to update the your-taxonomy string with the slug of your taxonomy (category, post_tag) etc..
Let me know if that helps at all 🙂