I am developing a theme for wordpress. And I have many images in ‘images’ folder. But when I take the page in browser it is not comming.
My code is
index.php
<ul>
<li><a href="#"><img src="images/mindset.jpg" width="145" height="32" /></a></li>
Is there any function for getting the image path in wordpress ?
As well