Forums
(@dfisch)
14 years, 10 months ago
I figured out my issue. While I was looping through the $related_posts variable I was calling setup_postdata(); when I needed to be calling setup_postdata($post);
Everything is working as expected now.