wordpress get child theme uri code example
Example 1: get templete uri
<img src="<?php echo get_template_directory_uri(); ?>/images/logo.png" width="" height="" alt="" />
Example 2: img src php wordpress theme child
<?php bloginfo('stylesheet_directory'); ?>