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 »

[SOLVED] Template with Custom Header -- No Image


 
Prev Previous Post   Next Post Next
  #1  
Old Mar 1, 2011, 04:03 PM
epsymp
 
37 posts · Jul 2010
[SOLVED] Template with Custom Header -- No Image

So I made a template called forum.php:
<?php
/*
Template Name:forum
*/
?>

and I called the usual team:
<?php /* get all options: */
include (TEMPLATEPATH . '/functions/bfa_get_options.php');
include (TEMPLATEPATH . '/forumheader.php'); ?>


forumheader.php also wanted to call some friends, hence:
<!-- Header -->

<td id="header" colspan="<?php echo $cols; ?>">

<!-- <?php bfa_header_config($bfa_ata['configure_header']); ?> -->
<?php include (ABSPATH.'wp-content/themes/atahualpa353/forumheader.htm'); ?>

<?php wp_nav_menu( array( 'sort_column' => 'menu_order', 'container_class' => 'menu-header2' ) ); ?>

</td>
<!-- / Header -->


Forum .htm was there:

<html>
<head>
</head>
<body>

<!-- Header -->
<!-- <div id="imagecontainer" class="header-image-container" style="background: url('http://www.toadthejournal.com/wp-content/themes/atahualpa353/images/forum/art.jpg') top left no-repeat;"><div class="clickable">
<a class="divclick" title="Words" href="http://www.toadthejournal.com">&nbsp;</a></div></div> -->
<!-- / Header -->
</body>
</html>


and the menu showed up.

But alas, the header image was nowhere to be seen!

http://toadthejournal.com/?page_id=2119

Any ideas for how to get him to turn up?
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to make custom template with exact format except header and menus Rashell Header configuration & styling 4 Dec 14, 2009 07:57 PM
Custom links IN header image mkny13 Header configuration & styling 7 Jul 21, 2009 11:13 AM
Adding shortcode in custom template paulae Plugins & Atahualpa 1 May 21, 2009 04:20 PM
Creating custom post template paulae Atahualpa 3 Wordpress theme 3 Mar 18, 2009 10:36 AM


All times are GMT -6. The time now is 03:56 PM.


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