Sorry, ich habe noch die uralt-Version 2.05, da ich Probleme mit dem upgarade hatte.
Seit einiger Zeit werden meine pages und Kommentarseiten doppelt gezeigt. Hat jemand eine Idee?
Beispiel: die Kontaktseite: Heinz Lamers » Kontaktformular#
Der Fehler muss in der page.php liegen:
<?php get_header(); ?>
<div id="main">
<div id="content">
<div id="static">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post">
<h3 id="post-<?php the_ID(); ?>"><?php the_title(); ?></h3>
<div class="entrytext">
<?php the_content('<p class="serif">Read the rest of this page »</p>'); ?>
<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
</div>
</div>
<?php endwhile; endif; ?>
</div>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Ich bin für jeden Tipp dankbar!
Ach noch was: da scheint ein neues Spam-Script unterwegs zu sein, dass das Contact-Form-Plugin angreift!
:confused:
Heinz