Beiträge von SdiGames

    Hi, mein Problem ist, dass ich auf meinem Blog : http://sdigames.ohost.de nicht mehr zwischen den verschiedenen Reitern, sprich Livestream und Home, usw. umschalten kann !
    Das Problem habe ich mit Chrome, Firefox und Opera, komischerweise aber nicht mit dem Internet Explorer !
    Bitte um Hilfe :)

    Ich weiß nicht, ob es hilft, aber hier ist meine header.php:

    <!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 language_attributes(); ?>>
    <head>
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>"/>
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
    <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'); ?>" />
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/moo.js"></script>
    <?php wp_head(); ?>
    </head>
    <body>
    <div id="container">
    <div id="navigation">

    • <li class="page_item <?php if ( is_home() ) { ?>current_page_item<?php } ?>">/" title="Home">Home
      <?php wp_list_pages('sort_column=menu_order&depth=1&title_li=');?>


    <?php /* Menu for subpages of current page (thanks to K2 theme for this code) */
    global $notfound;
    if (is_page() and ($notfound != '1')) {
    $current_page = $post->ID;
    while($current_page) {
    $page_query = $wpdb->get_row("SELECT ID, post_title, post_status, post_parent FROM $wpdb->posts WHERE ID = '$current_page'");
    $current_page = $page_query->post_parent;
    }
    $parent_id = $page_query->ID;
    $parent_title = $page_query->post_title;
    // if ($wpdb->get_results("SELECT * FROM $wpdb->posts WHERE post_parent = '$parent_id' AND post_status != 'attachment'")) {
    if ($wpdb->get_results("SELECT * FROM $wpdb->posts WHERE post_parent = '$parent_id' AND post_type != 'attachment'")) {
    ?>
    <div id="subnav">

    • <?php wp_list_pages('sort_column=menu_order&depth=1&title_li=&child_of='. $parent_id); ?>


    </div><!-- /sub nav -->
    <?php } } ?>
    <span class="skip">Skip To Content</span>
    </div>
    <div id="header">
    <h1>/"><?php bloginfo('name'); ?></h1>
    <span class="description"><?php bloginfo('description'); ?></span>
    </div>
    <div id="main-content-lvl-0">