How to obtain the image title
-
I am using the Multi Post Thumbnail plugin and loving it. I have tried to find where I can add in the name of the picture. I have the following already:
<div class="pods" style="background:url('<?php echo MultiPostThumbnails::get_post_thumbnail_url(get_post_type(), 'goddess-image-3'); ?>'); background-size: 100%; background-repeat: no-repeat; overflow: hidden"> <div class="pod-title"><?php // TITLE OF IMAGE THUMBNAIL HERE ?></div> </div>
Any tips or tricks would be much appreciated ??
- The topic ‘How to obtain the image title’ is closed to new replies.