Hallo,
bei meinem Blog kann man auf einmal nicht mehr auf "Ältere oder neuer Beiträge klicken.Also das ältere posts und das neuere posts ist weg, obwohl folgender Code in der Index.php ist:
PHP
<?php posts_nav_link(' · ', __('Neuere Bildersets »'), __('« Ältere Bildersets')); ?>
Meine Index.php sieht so aus:
PHP
<?php get_header(); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<h2 class="posttitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent link to'); ?> <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<p class="postmeta">
<?php the_time('l j F, Y'); ?> <?php the_time() ?> | <?php the_category(',') ?>
<?php edit_post_link(__('Edit'), ' · ', ''); ?>
</p>
<div class="postentry">
<?php the_content("<p>Alles diese Bilder online anschauen.</p>"); ?>
<div class="spacer"></div>
</div>
<p class="postfeedback">
<?php comments_popup_link(__('Comments'), __('Comments (1)'), __('Comments (%)'), 'commentslink', __('Comments off')); ?>
</p>
<!--
<?php trackback_rdf(); ?>
-->
</div>
<?php endwhile; ?>
<?php posts_nav_link(' · ', __('Neuere Bildersets »'), __('« Ältere Bildersets')); ?>
<?php else : ?>
<h2><?php _e('Not Found'); ?></h2>
<p><?php _e('Sorry, but the page you requested cannot be found.'); ?></p>
<h3><?php _e('Search'); ?></h3>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
<?php endif; ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Alles anzeigen
Woran könnte das liegen? Einen Link zum Blog kann ich leider aus Jugendschutzgründen nicht posten :-| Vielen dank für eure Hilfe!
Grüße
Peter