Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages » Post-Kicker, -Byline & -Footer »

[SOLVED] Add logo's or images to the footer


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Mar 22, 2011, 07:10 AM
Ergoedcelnoorderkempen
 
6 posts · Mar 2011
[SOLVED] Add logo's or images to the footer

Dear community,

I would like to add some logo's or images to the footer. I suppose there is no standaard way to do so. It should be done in code via editing the footer-code. But what should that code look like?

Is there anybody having some sample code to insert?

Kind regards,
Cornelis
  #2  
Old Mar 22, 2011, 07:11 AM
STB
 
764 posts · Apr 2010
You can just add your standard html code for the logo's or images to the footer section in Atahualpa.

No extra coding or anything needed.
  #3  
Old Mar 22, 2011, 10:29 PM
lmilesw's Avatar
lmilesw
 
9,475 posts · Jul 2009
Central New York State USA
You could also add a new widget area per the instructions in ATO>Add New Widget Area and then use any widget you like.
__________________
~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.
  #4  
Old Mar 23, 2011, 07:13 AM
Ergoedcelnoorderkempen
 
6 posts · Mar 2011
Thanks for the html suggestion. But which path should I mention in the img src? If I import all the logo's in images directory under wp-content/themes/atahualpa/images?

I tryed <img src="themes/atahualpa/images/Arendonk_als_ice_can.jpg"> but that didn't work.

Last edited by juggledad; Mar 23, 2011 at 07:59 AM.
  #5  
Old Mar 23, 2011, 08:01 AM
juggledad's Avatar
juggledad
 
20,151 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
try <img src="/themes/atahualpa/images/Arendonk_als_ice_can.jpg">
  #6  
Old Mar 23, 2011, 08:27 AM
STB
 
764 posts · Apr 2010
Quote:
Originally Posted by juggledad
try <img src="/themes/atahualpa/images/Arendonk_als_ice_can.jpg">
that might work, but only if wordpress is installed in the root.
if wordpress is installed in a directory, it wont work, you would need to add the wordpress directory to the link.

or usethis, which works in all cases:
PHP Code:
<img src="<?php echo get_stylesheet_directory_uri() . '/images/Arendonk_als_ice_can.jpg'?>">
and will also dynamically update the link, if you would ever change your theme location/directory

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
FR: Add variables to the paths to images, headers, logo, favicon, etc. interfasys Atahualpa 3 Wordpress theme 0 Jan 22, 2011 11:58 AM
[SOLVED] how to add images to footer tarak Atahualpa 3 Wordpress theme 6 Jul 21, 2010 02:11 PM
[SOLVED] Footer: How to add line break in footer text StudioGal Post-Kicker, -Byline & -Footer 2 Oct 9, 2009 06:41 AM
how to add images to footer tarak Page & Category Menu Bars 2 Mar 11, 2009 12:48 AM


All times are GMT -6. The time now is 06:40 PM.


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