Tagged Questions
0
votes
3answers
34 views
Add title to image post
I can't add the title on a featured image in the recent posts.
try this but only get the alt
<?php
$default_attr = array(
'src' => $src,
'class' => "attachment-$size",
...
0
votes
1answer
98 views
Title on hovering on the featured image
I have used the following code to make a slideshow of the featured image of a category.I want to show the title of the post when hovering on the image. But I don't know how to do it. Anyone please ...
0
votes
1answer
413 views
How to display thumbnail + tags + title of a child page?
What do I need to do to display thumbnail + tags + title of a child page?
[ Thumbnail ]
[ Title ]
[ Tags ]
Thanks!
EDIT:
Well this work, but only showing thumbs+title... it shouldnt be too ...
