Hey Moggsie and Fjiorea,
To be clear, I’m using wordpress 2.6.2 so the navigation flow may be different for you guys. Plus, I can tell you two posted about a week ago so if you’ve figured it all out, GREAT! If not, read on…
I get the impression you two are describing different problems with this theme. I believe Moggsie would like to disable the rotating image header while Fjiorea would like to put his / her own code where the current logo / blog name banner is displayed.
First Moggsie:
Log into your WordPress Admin panel. Navigate to “Design -> Atahualpa Theme Options -> Header” Here you’ll notice the “Configure Header Area” text box. The default reads:
“%page %logo %bar1 %image %bar2”
The rotating image header can be disabled by deleting the “%image” entry. The above would then look like:
“%page %logo %bar1 %bar2”
But then you’ll have to bars, so you’ll probably want to disable one.
Fjiorea:
I’m not 100% sure if you can add your own javascript in the same menu mentioned above. If it were simply a matter of changing the logo then you could use the above menu. But since you plan on implementing JavaScript, you could just edit the “header.php” file by hand. Go to the admin panel, “Design -> Theme Editor,” under the “Templates” section you should see an entry for “Header(header.php)”
I’m pretty sure you can just comment out / delete the javascript / php for creating the banner and substitute your own code.
I hope that helps!
Best