Hello I'm using Featured Posts plugin and I would like to make the images clickable (link to the post the same way, the title does). Is this possible?
Hello I'm using Featured Posts plugin and I would like to make the images clickable (link to the post the same way, the title does). Is this possible?
hehe. resolved it myself.
inserted <img src="'.$image_url.'" class="featuredimg" alt="" width="'.$posts_settings['i_width'].'" height="'.$posts_settings['i_height'].'" /> between <a href="',the_permalink(),'"> and </a> on line 66 of the featured-posts.php
seems im starting to learn php. that was inevitable...
You must log in to post.