Currently shows the Views and the Uploaded by when you hover over an image in the album
Dont need/want either of those - would rather see the description or maybe the first line of the description ?
Ive read some of the help for removing the BY and views but they dont help me ADD other info
Thanks in advance
Posts: 31
In /themes/(yourtheme)/views/album.html.php, add:
<?= html::purify($child->description) ?>
Somewhere after:
<a href="<?= $child->url() ?>"><?= html::purify($child->title) ?></a>
and before:
<? endforeach ?>
Posts: 2
Perfect
THANKS !!
Posts: 31
There's lots of stuff in there if you are curious.
<?php print_r($child); ?>