Add post title into title of Thumbnail
-
Hi, I’m use the_post_thumbnail to display a small thumbnail on the index page and a larger one on the post page. Which all works fine. However I can’t seem to set the title of the thumbnails to that of the title of the post.
Can set a normal title no problem using:
the_post_thumbnail('thumbnail', array( 'class' => 'alignleft', 'title'=> 'Normal Title' ));
However i want to be able to put the title of the post in and not sure how to do it. I have tried using
the_title();
but because its within the ‘ ‘ of the_post_thumbnail function I’m not sure how to do it.Can anyone help?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add post title into title of Thumbnail’ is closed to new replies.