Post Date
-
I use thumbnail on the homepage. I like to put the date of the post over the thumbnail, like that:
https://i.imgur.com/SRpPi.jpg
How is it possible?The code:
<div <?php post_class() ?> id="post-<?php the_ID(); ?>"> <div class="img_holder"><?php the_post_thumbnail('homethumb', array('alt' => 'no alt', 'title' => ''.get_the_title().'' )); ?></div> <div class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"> <?php the_title(); ?> </a></div>
Thank you for your attention
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Post Date’ is closed to new replies.