Re: Help with Child Theme
Thanks Andy, that works great for my extra template files. Maybe I am missing something, but if I want to print the child template directory url for, say an image:
<img src="<?php bloginfo('template_directory'); ?>/images/upgrade-cta.png" />
Uses the parent theme directory.
What should I use to replace <?php bloginfo('template_directory'); ?>
with?