Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] how to add images to footer (http://forum.bytesforall.com/showthread.php?t=404)

tarak Feb 16, 2009 10:39 AM

[SOLVED] how to add images to footer
 
Hello,

How can i add images to the footer.:)

owenl Feb 16, 2009 11:53 AM

I think the easiest way is to edit the footer.php file - use appearance>edit>footer.php

BUT you have to be very careful. Most of the important layout stuff for the theme happens in footer.php.

But if you add the image near the end right before

'<?php wp_footer(); ?>
</td>'

it should work.

BUT SAVE A COPY OF THE FOOTER.PHP file using a text editor first in case you have to put it all back together.

Flynn Feb 16, 2009 12:01 PM

You can also add them though A. Theme Options -> Footer -> Footer Content
HTML can be used there

lmilesw Jul 21, 2010 12:49 PM

Try using the full path to the images.

Ang Jul 21, 2010 01:03 PM

I apologize for the dumb question, but would the full path to the image look something like:

<img src=home/drblog/html/doctorblog_facebook.png.....?

I tried that and it didn't work. If that's not the correct way to code the path, your wisdom in the correct code is grately appreciated. Thank you.

lmilesw Jul 21, 2010 01:21 PM

Go into the Media Manager and copy the file url from the image.

Ang Jul 21, 2010 02:11 PM

Thank you, that worked. This also helped me figure out that if I right click on the image on the home page and look at the properties, I can see the full path to the image. Then I can copy that into my code so I don't have to worry about someone deleting my images on accident: src=http://drblog.thechildrenshospital.org/doctorblog_facebook.png.

Thank you, thank you, thank you! You are the best!


All times are GMT -6. The time now is 07:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.