ah, I just had to use the most recent version of the samecat plugin. I’m foolish.
It probably should, but I can’t seem to get it to work.
In the sidebar if I specify what category I want (?php echo list_posts_of_cat(‘x’, 5, 5); ? where x is the category number) it’s no problem.
But I can’t get it to grab the category number from the entry it’s listed next to. When I use ?php echo list_posts_of_cat(get_the_category(), 5, 5); ? it says “no matching posts”
I feel like I’m missing something obvious.
-Matthew