Images are not displaying on the local website

Issue Summary

I cant get images to display on my localwp website. i ran the html and css with bootstrap.
My images are in form of this: <img src="/images/test-img.png
imgdontwork

and have the images folder in the theme folder among other files.
imagesnotdisplaying

any suggestions?

figured it out. the path was wrong.

here is the correct path as the solution:

<img src="<?php bloginfo('siteurl'); ?>/wp-content/themes/(themename)/images/test-img.png"

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.