Beiträge von lockito
-
-
Danke! könntest du mir sagen was genau ich aus der header.php rausnehmen muss? Ich habe hier mal den Inhalt 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 --> <meta name="keywords" content="<?php bloginfo('description'); ?>" /> <meta name="description" content="<?php bloginfo('description'); ?>" /> <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 global $page_sort; if(get_settings('mistylook_sortpages')!='') { $page_sort = 'sort_column='. get_settings('mistylook_sortpages'); } global $pages_to_exclude; if(get_settings('mistylook_excludepages')!='') { $pages_to_exclude = 'exclude='. get_settings('mistylook_excludepages'); } ?> <?php wp_head(); ?> <link href="/favicon.ico" rel="shortcut icon"></link> </head> <body id="section-index"> <div id="navigation"> <ul> <li <?php if(is_front_page()){echo 'class="current_page_item"';}?>><a href="<?php bloginfo('siteurl'); ?>/" title="Blog">Blog</a></li> <?php wp_list_pages('title_li=&depth=1&'.$page_sort.'&'.$pages_to_exclude)?> <li class="search"><form method="get" id="searchform" action="<?php bloginfo('home'); ?>"><input type="text" class="textbox" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" /><input type="submit" id="searchsubmit" value="Suche" /></form></li> </ul> </div><!-- end id:navigation --> <div id="container"> <div id="header"> <h1><a href="<?php bloginfo('siteurl');?>/" title="<?php bloginfo('name');?>"><?php bloginfo('name');?></a></h1> <h2><?php bloginfo('description');?></h2> </div><!-- end id:header --> <div id="feedarea"> <dl> <dt><strong>Feeds</strong></dt> <dd><a href="<?php bloginfo('rss2_url'); ?>">Artikel</a></dd> <dd><a href="<?php bloginfo('comments_rss2_url'); ?>">Kommentare</a></dd> </dl> </div><!-- end id:feedarea --> <div id="headerimage"> </div><!-- end id:headerimage --> -
Moin,
nachdem ich mir WP gestern zerschossen und nur mit Mühe wieder hinbekommen habe, dachte ich mir dass ich besser mal nachfrage

Folgendes: auf http://www.blitzrad.de erscheinen normalerweise die Blogeinträge, ich möchte aber dass die Seite "Manufaktur" als Startseite erscheint. Also habe ich unter Einstellungen>Lesen "Manufaktur" als statische Seite ausgewählt, so ist es zur Zeit ja auch zu sehen. So weit, so gut.
Nur ist der Blog (Karteikartenreiter in der Topnavigation ganz links) nicht mehr anwählbar/aufrufbar.
Hat da jemand eine Idee, woran das liegen könnte? Bin für jede Hilfe dankbar und bedanke mich schonmal ganz herzlich.
Grüße, Matthias
btw: aktuelleste WP-Version mit dem Misty-look-theme