Wordpress ad links - anyone help me Ho can i add external links on images at the below code? <a href="#"><img src="<?php bloginfo('template_url'); ?>/images/thumb1.gif"></img></a> <a href="#"><img src="<?php bloginfo('template_url'); ?>/images/thumb2.gif"></a> <a href="#"><img src="<?php bloginfo('template_url'); ?>/images/thumb3.gif"></img></a>
i'm not sure what you mean you mean turn the image into a link? just change the "#" in <a href="#"> into the link where you want the image to direct to?