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 » Header configuration & styling »

how to make image display only on homepage


  #1  
Old May 6, 2011, 10:46 AM
vabu2025
 
2 posts · Feb 2011
Hi friends,
i need your help with php.
on my page i want to display an image for which i am using <img src=.....> but that image is displayed on everypage.
i want that it should only be displayed on the homepage not rest of pages.
i know it can be done using php code but i don't know the coding that i should put.
Please help

I added the <img src=.....> code in Atahualpa 3.6.4 > Style & edit HEADER AREA > Configure Header Area
  #2  
Old May 6, 2011, 10:58 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You could try this.
HTML Code:
<?php if( is_home() ) { ?> 
<img src=.....>
<?php } ?>
__________________
~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.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Display %image only on Homepage/Frontpage semperfidelis Header configuration & styling 7 Dec 22, 2011 09:46 PM
Make Homepage static and a separate blog page? mportillo14 Center area post/pages 1 Nov 21, 2010 05:54 PM
Display the posts within a catagory as my Homepage bloggersmarket Page & Category Menu Bars 1 Apr 15, 2010 06:46 AM
Need some help to make homepage 2 column Cristiacus Atahualpa 3 Wordpress theme 0 Sep 24, 2009 12:34 PM
Homepage title display wtan001 Forum How-To 1 May 24, 2009 05:44 AM


All times are GMT -6. The time now is 06:03 AM.


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