Einzelnen Beitrag anzeigen
Alt 22.05.2008, 11:46   #11 (permalink)
stoffl
PostRank: 0
 
Registriert seit: 15.05.2008
Beiträge: 9
ok probiers gleich mal aus ...
ist doch etwas eigenartig programiert oder ????


edit:
habe jetzt einen style fehler........ das menü zeigt es mir hintereinander ( HOME | SEITEN ) und den rest untereinander an .........
kannst es anschauen unter www.stoffl.info


glg
stoffl

P.S:

hier die header.php datei geändert ...
PHP-Code:
<!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">
<?php require_once get_template_directory()."/my_functions.php"?>
<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() ) { ?> &raquo; Blog Archiv <?php ?> <?php wp_title(); ?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<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'); ?>" />
 
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head
(); ?>
</head>
<body>
<div id="page">
 
<div id="header">
 <div id="headerimg">
  <div id="menu">
   <!-- Anfang Navigations Reiter --> 
   <ul> 
    <li class="page_item<?php if(is_home()){ ?> active<?php ?>"><a href='<?php bloginfo('url'); ?>'>Home</a></li> 
    <?php wp_list_pages(); ?> 
    <!-- Den unten stehenden Kontakt-Link auskommentieren falls Du weiter oben bereits eine seperate Seite aktiviert hast --> 
   </ul> 
   <!-- Ende Navigations Zeile --> 
   <div id="title">
    <h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
   </div>
   <div class="description"><?php bloginfo('description'); ?></div>
  </div>
 </div>
</div>

Geändert von stoffl (22.05.2008 um 11:55 Uhr).
stoffl ist offline   Mit Zitat antworten