Related Items

Hi,

I use the following code to display the related items on the image php:

<?php printRelatedItems(5,'images',null,null,'images'); ?>
<?php } ?>

The problem is, that the items are than diplayed as a list (one image under another) and not one image beneath the other like here:
http://www.france-in-photos.com/brittany/nantes/nantes_chateau-touristes.jpg.php

Would be great if someone could point me in the right direction.

Thanks
Ralf

Comments

  • acrylian Administrator, Developer

    The related items are semantically printed as a list because they are one. It is up to the theme used to provide any proper styling for this.

  • The problem I have here is, that Oliver French on his side seems to use code that is not within the Paradigm theme. Unfortunately the contact form is not working on his site.

  • acrylian Administrator, Developer

    Well, sorry, I can't help with that. You could inspect the CSS of the site to see what he uses and adapt that.

  • Hi,
    yepp - trying to do so.

Sign In or Register to comment.