Question
Images from the server won't display on site (Wordpress)
Images won’t show up on my Wordpress site’s footer except 1.
The one that is working is:
<img scr="<?php echo get_template_directory_uri(); ?>/img/logo/AA-logo.svg" />
These ones that are bellow won’t show up even tho I have checked the files and code over and over again.
<img scr="<?php echo get_template_directory_uri(); ?>/img/logo/sisailmayhdistys.svg" />
<img scr="<?php echo get_template_directory_uri(); ?>/img/logo/luotettava-kumppani.svg" />
Any thoughts whats wrong?
EDIT: Now they all won’t work, sigh.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×