How to make my image clickable?
-
Here is my “standard” post type code
<?php if(!is_single()){ if ( has_post_thumbnail()) { the_post_thumbnail('thumbnail');} } ?>
I want to make it clickable to post.
Thank you;)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to make my image clickable?’ is closed to new replies.