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 do I splice two images into one header in the atahualpa source code?


 
Prev Previous Post   Next Post Next
  #1  
Old Aug 14, 2010, 08:32 PM
carlos123
 
3 posts · Aug 2010
How do I splice two images into one header in the atahualpa source code?

Under Thesis I did the following:

Code:
function myHeader() {
   if (is_front_page()) {
      ?>
         <img src="/images/index_01.jpg"><img src="/images/index_02.jpg">
      <?php
   } else {
      ?>
         <img style="float: left;" src="/images/contentbanner_01.jpg">
         <img style="float: left;" src="/images/contentbanner_02.jpg">
      <?php
   }
}
remove_action('thesis_hook_header', 'thesis_default_header');
add_action('thesis_hook_header', 'myHeader');
The above was put into the custom_functions.php file.

Basically I show one of two different headers on the site. The one shows up on the front page..the other on the rest of the pages.

Both headers are composed of two different images that I spliced together in the code. That's how the header came on the site that I was given to change (i.e. in two images and partly I can understand why as there is third image that together with the two above makes the header).

Anyway I just installed atahualpa and am playing around with it and am wondering where I might be able to "splice" two images together as I did above under Thesis?

Any input would be appreciated.

Thanks.

Carlos
 

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
favicon/header image code showing instead of images...wlwmanifest.xml? cocola72 Header configuration & styling 8 Apr 8, 2010 08:34 AM
[SOLVED] where is wp-content/themes/atahualpa/images/header folder? rhondimullins Header configuration & styling 2 Feb 11, 2010 07:59 AM
Header Images in Atahualpa airwolf Header configuration & styling 3 Jan 26, 2010 04:18 PM
Output HTML source code is bloated islandman Header configuration & styling 3 Sep 18, 2009 09:38 AM
Style from source to CSS stylesheet file? kartun11 Atahualpa 3 Wordpress theme 3 Feb 12, 2009 04:35 PM


All times are GMT -6. The time now is 02:09 AM.


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