-
Ok ok… I promise this will be my last post… I did some spelunking around the UTW code, and found what could be the solution.
Your plugin uses “$post->guid” to get the link to the entry… UTW, however, uses this… “get_permalink($post->ID)”.
Replacing the original piece of code with “get_permalink($post->ID)” seems to fix everything.
I’m no PHP wiz, but I hope this will help you out with the related posts plugin :)
Comments are now closed.

9 comments