Handling image paths

Do this:

<img src="<?= get_template_directory_uri(); ?>/dist/images/sample.png">

In your CSS, you’d just use ../images/sample.png to reference it

1 Like