Hi, really simple question. On the album index pages(where the thumbs are) i want picture titles listed below. Surprisingly i could not find this topic in the forum, maybe it is just ridiculously simple. Could anyone help out?
So what i want are titles under these:
http://mylla.no/galleriet2/index.php?album=kroatiaPS. Thats not me hunting, doing this for a traveling-agency :-)
Comments
like this ? <?php while (next_image() printImageTitle()): ?>
because that does not really work
`<?php while (next_image()): ?>
<?php printImageTitle(); ?>`
You can move the printImageTitle line around to suit your needs (to put it into a div/span/etc), just make sure the line ends up between the `<?php while (next_image()): ?>` and `<?php endwhile; ?>` lines