PHP code snippet – How to get template path in wordpress?
<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="" />