No, I want every single image in an album view with "captions" under it. I already managed to do so by adding printimagetitle in album.php. But its only for the title; how do I get the description?
Thing is, I want my images presented with a bit more textual background to them, a bit more like blog post or something. You may check it out at https://blog.pknr.de Thank you very much!
Within the next_image() loop place this call where you want it to appear: `<?php printImageDesc(); ?>` You will have to alter the CSS to have it displayed properly.
Comments
I already managed to do so by adding printimagetitle in album.php.
But its only for the title; how do I get the description?
Thing is, I want my images presented with a bit more textual background to them, a bit more like blog post or something.
You may check it out at https://blog.pknr.de
Thank you very much!
`<?php printImageDesc(); ?>`
You will have to alter the CSS to have it displayed properly.