I have run into an interesting roadblock. This is my first experience with WordPress (so far, very fantastic) but I am styling my header, and trying to add some social media icons, but no images will appear.
I have my header.php, index.php, footer.php, style.css & functions.php files in my theme folder, and an images folder with the .png images I am trying to code into the header.
Is there some basic aspect of wordpress that I need to enable images?
I have a background image working just fine via a css style.
I have the social media items in an
<ul> though I tried coding them outside of the list to see if that was interfering and still no image luck.
Any ideas?
Thanks