Remove duplicated values from a loop
I don’t know of any WordPress-specific way to exclude duplicate-title posts from a query and I’m sure that there are multiple ways to address this. The solution that jumps to mind is to store each post title in an array and then check to see if that title is already there before outputting the post. … Read more