So, unter http://www.brauchenantwort.de auf der Seite Top30 habe ich es nun drin, allerdings wird mir noch immer ein Fehler angezeigt.
Kann mir da jemand helfen?
Hier der Quelltext:
ZitatAlles anzeigen<?php
/*
Template Name: webby-blu-10
*/
?><?php get_header(); ?>
<div id="content" class="widecolumn">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<div class="post">
<h2 id="post-<?php the_ID(); ?>"><?php the_title();?></h2>
<div class="entrytext">
<?php the_content('<p class="serif">Weiterlesen..</p>'); ?>
<br>
<?php widget_most_comments('Edit this entry.', '<p>', '</p>'); ?></div>
<?php endwhile; endif; ?></div>
<div id="main">
</div>
<?php get_footer(); ?>