I would like to have the blog post cover captions appear below the image instead of on it. Also, the text should be in italic.
Could you provide some code that would achieve this?
Could you provide some code that would achieve this?
Is it possible to have the caption appear ONLY on the post page?
<?php if ($post->getImageCaption()) { ?>
<span class="eb-post-thumb-caption"><?php echo $post->getImageCaption(); ?></span>
<?php } ?>
<?php if ($post->getImageCaption()) { ?>
<span class="eb-post-thumb-caption"><?php echo $post->getImageCaption(); ?></span>
<?php } ?>