Fairly new to this, I have a WordPress custom theme that I have added 2 headers to (header.php and header-hero.php), the headers have been called correctly and are successfully showing on the desired pages, but since setting up the 2 headers I can no longer see any images at all on any pages, EXCEPT for the one image (Hero image) that is being called in the CSS file, all images called in other files aren’t showing. I’m assuming it’s something silly in my image path that needs to change with multiple headers?
Path for default header: /staging_html/wp-content/themes/unilab_theme/header.php
Path for hero header: /staging_html/wp-content/themes/unilab_theme/header-hero.php
path for images: /staging_html/wp-content/themes/unilab_theme/images
Should the new headers be stored somewhere else maybe? not in the unilab_theme folder?
Very grateful for any help!! TIA
should wp_head() have any code in the parentheses? i.e. wp_head(‘hero’) ?
update: login is also playing up since creating the headers (see attached image)
[Custome theme root folder](https://i.stack.imgur.com/FceGk.png)