/ Published in: PHP

this code to load image from my theme images folder
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<img class="main_image" src="<?php bloginfo('template_directory'); ?>/images/some.jpg" alt="" />
Comments
