It shows up after i edited the header subtemplate.
This is my header subtemplate:
Code:
<div id="banner-bg" class="cf">
<div id="banner" class="row">
<div id="sidetitle" class="col7">
<<?php bfa_if_front_else( 'h1', 'h3' ); ?> id="sitetitle">
<a href="<?php echo home_url(); ?>"><?php bloginfo( 'name' ); ?></a>
<<?php bfa_if_front_else( 'h1', 'h3' ); ?>>
<p id="tagline"><?php bloginfo( 'description' ); ?></p>
</div>
<div id="logo" class="col5">
<a href="<?php echo home_url(); ?>">
<img src="http:///www.lovelystamps.de/wp-content/uploads/2013/03/logoblack-e1362827389929.jpg">
</a>
</div>
</div>
<p> </p>
<div class="cf">
<div id="menu" class="row">
<?php wp_nav_menu( array(
'container' => 'nav',
'container_class' => 'menu-wrapper col12',
'container_id' => 'menu1-wrapper',
'menu_id' => 'menu1',
'menu_class' => 'cf menu',
'theme_location' => 'menu1',
'fallback_cb' => 'bfa_page_menu'
) ); ?>
</div>
</div>
<a href="<?php bloginfo( 'rss2_url' ); ?>" class="rsslink" title="<?php _e( 'Subscribe to RSS Feed', 'montezuma' ); ?>"></a>
<div id="breadcrumbs1-bg">
<nav id="breadcrumbs1" class="breadcrumbs lw">
<?php bfa_breadcrumbs( 'breadcrumbs1' ); ?>
</nav>
</div>
And this is my header.php:
Code:
<?php
global $montezuma;
echo bfa_parse_php( $montezuma['subtemplate-header'] );
But where did i have to put the "<?php wp_head(); ?>" so the message disapper?
Info: i'm still using Version 1.1.3 from Montezuma, because i'm afraid that my personal changes like fonts, colors etc will disapear