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:
<!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 if (function_exists('seo_title_tag')) { seo_title_tag(); } else { bloginfo('name'); 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="all" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/print.css" type="text/css" media="print" />
<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 wp_head(); ?>
</head>
<body>
<div id="page">
<div id="header">
<div id="headerimg">
<h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div>
<ul id="nav">
<li class="page_item"><a href="<?php echo get_settings('home'); ?>/" title="Home">Home</a></li>
<?php wp_list_pages('sort_column=menu_order&depth=1&title_li=');?>
</ul>
</div>
<!--/header -->
Alles anzeigen
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="