get template dir url() code example
Example: get template directory uri
<img src="<?php echo get_template_directory_uri(); ?>/images/logo.png" width="" height="" alt="" />
<img src="<?php echo get_template_directory_uri(); ?>/images/logo.png" width="" height="" alt="" />