Add caption on second image
-
Hi guy’s,
I’m sorry but I can find an issue to this, the others topics for this on this forum seems to doesn’t work :/
Actually I have that in my single.php page :
<?php if (class_exists('MultiPostThumbnails') && MultiPostThumbnails::has_post_thumbnail('post', 'portrait-header')) : MultiPostThumbnails::the_post_thumbnail('post', 'portrait-header', NULL, 'Portrait'); endif; ?>
And that on my function.php
if (class_exists('MultiPostThumbnails')) { new MultiPostThumbnails(array( 'label' => 'Header Portrait', 'id' => 'portrait-header', 'post_type' => 'post' ) ); }
And I want to add caption on this image ??
Please someone can help me ?thanks so much.
https://www.ads-software.com/extend/plugins/multiple-post-thumbnails/
- The topic ‘Add caption on second image’ is closed to new replies.