I haven't tried with news articles, but here's a vanilla installation of zenphoto 1.4.5.8 where all I've done is add images, give them all the same tag ("arrow"), enable the related_items plugin and add the following code to the default theme's image.php:
`Related<br style="clear:left;" />`
`<?php`
`if (function_exists('printRelatedItems')) {`
`printRelatedItems(5, "images");`
`}`
`?>`
Link: http://beta.dualmonitorbackgrounds.com/test4/index.php?album=SubJunk&image=AnonWorld.jpg
I guess I'm doing something obviously wrong but can't see it