Add caption to thumbnail modification
-
How can I add a caption below the thumbnail in this line? It’s part of a ‘featered posts’ glider.
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php $image = get_the_post_thumbnail($post->ID, 'browse'); ?><?php echo $image; ?></a>
The topic ‘Add caption to thumbnail modification’ is closed to new replies.