I am using a child theme but it does not display any images. I am reading a book which suggests the following: “There is a difference in calling images from parent themes and child themes:
for parent Theme:
<?php echo get template_directory_uri(); ?>
for child Theme:
<?php bloginfo('stylesheet_directory'); ?>
Unfortunately the book doesn’t say where the relevant code should be inserted.
Any ideas please.