oh mann hast recht ... ich war komplett blind xD
Beiträge von MaHalo
-
-
Hey leute habe folgendes problem habe mein menü in die sidebar verlegt und will jetzt das oben in der menü leiste nur noch steht "blog" zum teil sollte das bild selbsterklärend sein dennoch schicke ich hier einma den quelltext der header.php
PHP
Alles anzeigen<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archiv <?php } ?> <? php wp_title(); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> <!--[if IE]> <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_directory'); ?>/styleie.css" /> <![endif]--> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_head(); ?> </head> <body> <div id="wrap"> <div id="header"><h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1><div id="slogan"><?php bloginfo('description'); ?></div> </div> <div id="navigation"> <div id="menu-left"></div> <div id="menu-middle"> <ul> <li><a href="<?php bloginfo('url'); ?>">Blog</a></li> <li><a href="<?php wp_list_pages('depth=1&title_li='); ?> </ul> </div> <div id="menu-right"></div> </div>
wäre nett wenn ihr mir helfen könnt habe leider net ganz so viel ahnung :(mfg: MaHalo