/ Published in: PHP
This code so for placing images inside the wordpress template.
Expand |
Embed | Plain Text
<a href="<?php bloginfo('url'); ?>/"><img src="<?php bloginfo('template_directory'); ?>/images/logo.jpg" alt="<?php bloginfo('name'); ?>" border="0" style="border:0px; margin-left:30px;" /></a>
You need to login to post a comment.
