Image caption
-
I want a text caption over the image when you hover with the mouse, but I am not sure how to do it in wordpress. I have this code:
<?php while (have_posts()) : the_post(); ?>
“> <?php echo inkthemes_main_image(); ?> ” rel=”bookmark” title=”<?php the_title_attribute(); ?>”><?php the_title(); ?>
<?php endwhile; ?>And let’s say I want to use one of these captions:
https://www.hongkiat.com/blog/css3-image-captions/
How? I tried putting the style.css in the theme’s style, but still didn’t work…
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Image caption’ is closed to new replies.