I think Piero's related entries function of his tag plugin is along the lines of what you're looking for.
Take a read of this forum post for more information on that function.
His tag plugin is here...
http://www.pierovdfn.it/2012/10/13/plugin-tag-v253-flatpress/
Works fine, mille grazie :)pierovdfn said:Hi, you can use my internal urls plugin.
It doesn't work with titles because you can change titles but it works with entry ids.
Works like a charm, thx :)pierovdfn said:{admincontrols}
<p>ID: {$id}</p>{/admincontrols}
I had the same problem with entry ids, so I've added this to my entry.tpl:{admincontrols}<p>ID: {$id}</p>{/admincontrols}This shows the entry id only to the administrator.You can put it where you want, but it must be in the entry block. I've put under the title, for example.You can also remove the <p> and </p>, the only importanti thing is the {$id} in the admincontrols block.
It looks like you're new here. If you want to get involved, click one of these buttons!