JiveDig
11/8/2013 - 3:26 PM

Link featured image (post thumbnail) to the post. Use the_title_attribute()

Link featured image (post thumbnail) to the post. Use the_title_attribute()

<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_post_thumbnail('book-thumbnail', array('class' => 'book-thumbnail')); ?></a>