WebsiteBaker Support (2.8.x) > Templates, Menus & Design

Greytut

<< < (3/3)

seanie_morris:
That's the one Klaus, thanks.

Solution:
Under the 'Website Header' section of the aforementioned Help page linked above, insert:

--- Code: ---<!-- header -->
    <div id="banner">
        <h1><?php echo WEBSITE_HEADER; ?></h1>
    </div>
--- End code ---
into your index.php file immediately before the snippet:

--- Code: ---<?php page_content(); ?>
--- End code ---
and replaing:
--- Code: ---<?php echo WEBSITE_HEADER; ?>
--- End code ---
in the newly pasted snippet with:
--- Code: ---<?php echo PAGE_TITLE; ?>
--- End code ---
instead.

Fixed!

Thanks,

Seanie.

Navigation

[0] Message Index

[*] Previous page

Go to full version