Podpress: GlossyBlue Theme Problem

  • Hi,

    ich habe Podpress unter WP 2.1.3 installiert. Die Podcast kann ich richtig anzeigen. Jedoch kann ich unter "Podpress - General Settings" nichts verändern. Erhalte nach Speichern folgende Fehlermeldung: (Bitte um deine Hilfe - siehe unten :?)

    [size=8]Current Theme needs to be tested[/SIZE][size=8]podPress has not yet detected the "GlossyBlue" theme to be compliant. Please visit your main blog page[/SIZE][size=8] for podPress to re-check.[/SIZE]

    [size=8]The header.php in your theme needs to be calling wp_head(); before the closing head tag.[/SIZE]
    [size=8]Change this:[/SIZE]
    [size=8]<head>[/SIZE]
    [size=8]To this:[/SIZE]
    [size=8]<?php wp_head(); ?>[/SIZE]
    [size=8]<head>[/SIZE]

    [size=8]The footer.php in your theme needs to be calling wp_footer(); before the closing body tag.[/SIZE]
    [size=8]Change this:[/SIZE]
    [size=8]</body>[/SIZE]
    [size=8]To this:[/SIZE]
    [size=8]<?php wp_footer(); ?>[/SIZE]
    [size=8]</body>[/SIZE]
    [size=8]Look at the default theme files for example.[/SIZE]

    Was kann ich dagegen tun? Ich habe bereits die Änderungen vorgenommen, jedoch waren die nicht wirksam. Wie genau muss ich meine header.php und meine footer.php verändern. Könntest du mir einen Tipps geben, wo ich was einfügen muss?

    header.php:



    teil der footer.php: (unten die letzen zeilen fehlen, da so viel hier nicht erlaubt ist)
    [code=php] <div id="footer">
    <!--recent comments start -->
    <div class="footer-recent-posts">
    <h4>Neue Artikel</h4>
    <?php query_posts('showposts=5'); ?>
    <ul>
    <?php while (have_posts()) : the_post(); ?>
    <li>
    <strong><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent link to'); ?> <?php the_title(); ?>"><?php the_title(); ?></a></strong><br />
    <small><?php the_time('m-d-Y') ?></small>
    </li>
    <?php endwhile;?>
    </ul>
    </div>
    <!--recent comments start -->
    <!--recent comments start -->
    <div class="footer-recent-comments">
    <?php include (TEMPLATEPATH . '/simple_recent_comments.php'); /* recent comments plugin by: G-Loaded! */?>
    <?php if (function_exists('src_simple_recent_comments')) { src_simple_recent_comments(5, 60, '<h4>Neue Kommentare</h4>', ''); } ?>
    </div>
    <!--recent comments end -->

    <!--about text start -->
    <div class="footer-about">
    <?php include (TEMPLATEPATH . '/about_text.txt'); /* Open about_text.txt in the theme folder to edit this text */?>
    </div>
    <!--about text end -->

    <hr class="clear" />
    </div><!--/footer -->
    </div><!--/page -->

    <!--credits start -->
    <div id="credits">
    <div class="alignleft"><a href="

    • Anzeige

    Hallo!

    Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.

    • ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
    • ✔️ Deutsche Server & DSGVO-konform
    • ✔️ Persönlicher Support (kein 0815-Ticket-System)

    Mehr erfahren

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!