<?php bloginfo('stylesheet_directory'); ?>
Something I have to hunt for every time I build a Wordpress theme is the method of referencing images and other elements placed within the theme directory I’ve created. The code above is the means of doing this.