I’ve removed the footer area as my client didn’t want the larger footer area and have just included the socket area but I’d like to know if it’s possible to add an image to this area?
Cheers
Hi Rustybucket!
Please go to Appearance > Editor and open Footer.php file and find
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
then add your image right above it
Regards,
Yigit
Hey Yigit! ive tried doing this, but am unable to display my image.
Basically i copied the URL of my image and pasted it right above the link that u mentioned above in Footer.php
Hey!
You need to use the img html tag. http://www.w3schools.com/tags/tag_img.asp
Example:
<img src="IMAGE URL HERE" />
Regards,
Ismael