I am having a great time creating a Child theme to my thematic Wordpress site. I am learning a lot quickly. One thing I can't seem to find out about though is how to do image URLs correctly in my functions.
Currently I am working on a site locally and when I create a function to add some graphic elements to the sidebar / header / footer I have to do a complete path like so
http://localhost:8888/MySitefolder/wp-content/themes/MySite/images/issy_hero.png
I cannot seem to use the wordpress code <?php bloginfo('template_url'); ?>
This means when I finally go live with the site i will have to change those URLS to the new host.
Any help on best practices here would be greatly appreciated.
Cheers
Pyemachine