ItemRelations, relationships not displaying

Hi,

I am currently trying to solve an issue with a project that uses version 1.1 of the ItemRelations plugin, and Omeka 1.5.3.

The Item Relations display properly in the admin, but in the public site no relations are ever shown for items that do have them.

Any ideas, suggestions?

Thank you,
Miguel

It might be a theme issue -- which theme are you using?

The project uses a custom theme. If it related to the theme, what should I be looking for?

Thank you,
Miguel

For Omeka 1.5.3, in the items/show.php file, make sure that this line is there, close to the bottom but before the navigation

<?php echo plugin_append_to_items_show(); ?>

Thank you, that did it.