Hi there,
I tried
<?php echo $images[0]->title; ?>
within my index.php (in the loop). It does not work.
In the loop I have the php code to post based on the post-tag the related gallery (again based on the matching gallery tags).
I would like to post the title of the gallery right above the gallery.
Is there a simple php code which I can place in the index.php (loop)?
Your help is highly apreciated!