/ Published in: PHP
This code so for placing images inside the wordpress template.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<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>