Wordpress Themes - WP Forum at BFA
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

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

Logos in Footer


  #1  
Old Feb 22, 2009, 02:12 AM
Steve_T
 
59 posts · Jan 2009
Is it possible to put logos in the footer but so that they only appear on the home page - not EVERY page
  #2  
Old Feb 22, 2009, 04:42 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
You would have to edit footer.php for this, and put after
PHP Code:
        <!-- Footer -->
        <td id="footer" colspan="<?php echo $cols?>">
or before

PHP Code:
        <?php wp_footer(); ?>
        </td>
        <!-- / Footer -->
this

PHP Code:
<?php if ( is_home() ) { ?>
<img src="/path/to/logo.gif" alt="Logo..." />
<?php ?>
  #3  
Old Feb 22, 2009, 05:18 AM
Steve_T
 
59 posts · Jan 2009
Thanks that works but the condition you suggested put it in the blog which is NOT the homepage. I used the below instead and it works. I can't claim any kudos for this it comes from something you taught me in an earlier thread.
PHP Code:
<?php if ( is_front_page() ) { ?>  
<img src="http://www.digitalvillage.org.uk/logos/beacon.jpg" alt="" hspace="10" />
<img src="http://www.digitalvillage.org.uk/logos/blf.jpeg" alt="" hspace="10" />
<?php ?>

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Page Specific Logos drewpasmith Header configuration & styling 15 May 12, 2009 06:45 AM


All times are GMT -6. The time now is 10:09 PM.


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