Hi there,
I recently added a thumbnail function to my Minnow childtheme by copying add_theme_support( 'post-thumbnails' );
to my functions.php and by copying <?php the_post_thumbnail('thumbnail'); ?>
to the loop in my index.php and single.php.
Works fine.
However, I wondered if it were possible to display the photo-credits of the thumbnail image in the actual thumbnail. Preferably at the bottom right of the image in a neat small font size.
Any solutions? I’m stuck…
Many thanks