Komm nicht wirklich klar - auch die Suche half mir nicht weiter...
nomal - ich würde gern im Header mein Logo anzeigen
wo gehört was hin bzw. was gehört weg....?
anbei die header.phpDanke
PHP Alles anzeigen<head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?><?php wp_title(); ?></title> <style type="text/css" media="screen"> @import url( <?php bloginfo('stylesheet_url'); ?> ); </style> <!--[if lte IE 6]> <style type="text/css"> #obenkante { margin-bottom: -8px; } div#reiter {background: url('images/line.gif') no-repeat left bottom; } #rechts li {margin: 0;line-height: 1.3em;} </style> <![endif]--> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <meta name="description" content="<?php bloginfo('description'); ?>" /> <meta name="keywords" content="" /> <meta name="robots" content="index,follow"/> <meta http-equiv="imagetoolbar" content="no" /> <?php wp_get_archives('type=monthly&format=link'); ?> <?php //comments_popup_script(); // off by default ?> <?php wp_head(); ?> </head> <body> <div id="container"> <h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1> <div id="reiter"> <ul> <li class="page_item<?php if (is_home()) { ?> current_page_item<?php } ?>"><a href="<?php bloginfo('url'); ?>" title="Home">Home</a></li> <?php wp_list_pages('title_li=&sort_column=menu_order&depth=1'); ?> </ul> </div><!--end reiter--> <div id="contentsprung"><a href="#content">Direkt zum Inhalt springen</a></div> <div id="obenkante"></div> <div id="inhalt"><!-- end header template-->
schade das da nichts kommt......