huhu,
ich weiß, das thema gabs wahrscheinlich schon 100 mal.. aber bei mir hauts irgendwie nicht hin.. entweder ist mein englisch zu schlecht (ein wunder das ich mit dem englisch abi machen konnte..^^), oder ich finde die angegebene Code-Zeile nicht..
Also ich nutze das Generous Theme und bin momentan noch am anpassen. Jedoch krieg ich dieses doofe Menü nicht unter meinen Header..
Kann mir jemand behilflich sein?
Hier mal die header.php:
PHP
<?php
/*
* Header Section of Generous Theme.
*
* @package Generous
* @since Generous 1.0
*/
?>
<!DOCTYPE html >
<!--[if IE 6]>
<html id="ie6" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 7]>
<html id="ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html id="ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title><?php wp_title( '|', true, 'right' ); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php echo get_stylesheet_uri(); ?>" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="wrapper">
<div id="header-container"><!-- Header Container starts -->
<div id="branding-left" class="header-column">
<div id="logo">
<?php generous_logo(); // Calls the site name and description ?>
</div>
</div><!-- Logo wrapper container ends -->
<div id="branding-right" class="header-column">
<div id="top-banner" class="sidebar">
<?php generous_sidebar_top(); // This sidebar appears on the right side of the logo. ?>
</div>
</div>
</div><!-- Header Container ends -->
<div id="menu-container">
<?php generous_nav(); // Dedicated function to call and setup menu (functions.php) ?>
</div>
<?php generous_custom_header_display(); // Displays the Header Image.(if available) ?>
<div id="main-container">
Alles anzeigen
achja, falls nötig: http://suppdealz.de/
(ist noch laaaaange nicht fertig^^)