Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
echo plogger_get_picture_caption();
-or-
print plogger_get_picture_caption();
for the caption orecho plogger_get_picture_description();
-or-
print plogger_get_picture_description();
for the description.
<?php echo plogger_get_picture_description() ?>
that will output the description for the thumbnail. If you want the description in a <div> tag, then an example of your code could look like:<div class="thumb-description">
<?php echo plogger_get_picture_description() ?>
</div>
1 to 6 of 6