<?php echo get_template_directory_uri(); ?>
// Пример
<img src="<?php echo get_template_directory_uri(); ?>/images/logo.png" width="" height="" alt="" />
<?php echo get_template_directory_uri(); ?>
// Пример
<img src="<?php echo get_template_directory_uri(); ?>/images/logo.png" width="" height="" alt="" />