There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
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.
#3
Feb 16, 2009, 01:01 PM
Flynn
3,768 posts · Oct 2008
Munich, Germany
You can also add them though A. Theme Options -> Footer -> Footer Content
HTML can be used there
#4
Jul 21, 2010, 01:49 PM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
Try using the full path to the images.
__________________ ~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
#5
Jul 21, 2010, 02:03 PM
Ang
2 posts · Jul 2010
I apologize for the dumb question, but would the full path to the image look something like:
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.
#6
Jul 21, 2010, 02:21 PM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
Go into the Media Manager and copy the file url from the image.
__________________ ~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
#7
Jul 21, 2010, 03:11 PM
Ang
2 posts · Jul 2010
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!