Images not showing on homepage after migration [duplicate]

Try using absolute paths in src attribute.

If your images are in your theme folder, you can use:

<img src="https://wordpress.stackexchange.com/questions/184062/<?php bloginfo("template_url'); ?>/yourImageFolder/yourImage.jpg" />

This way, URLs will be absolute even if you move your WordPress site to another server.