Hallo,
hab noch einen fehler, der mich leicht zur verzweiflung bringt momentan :(
http://www.dvdjunkies.de/wordpress/
unten steht nach vorherige Einträge folgendes:
"Project-Id-Version: WordPress 1.5 POT-Creation-Date: 2005-03-06 PO-Revision-Date: 2005-05-27 22:49+0100 Last-Translator: Olaf Language-Team: WordPress.de MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit "
es ist ebenfalls ein link zu den vorherigen Einträgen, allerdings habe ich keine Ahnung, wo der herkommt :(
Hier ist meine index.php wenn ich mich nicht irre, müsste es da hinterlegt sein:
PHP
<?php get_header(); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<?php setlocale (LC_ALL, 'de_DE'); the_date('l, d.m.y', '<h1 class="storydate">', '</h1>'); ?>
<h2 id="post-<?php the_ID(); ?>" class="storytitle">[url="<?php the_permalink() ?>"] <?php the_title(); ?>"><?php the_title(); ?>[/url]</h2>
<p class="meta"><?php _e('Abgelegt unter'); ?> <?php the_category(', ') ?> <?php _e('um'); ?> <?php the_time(); ?> <?php _e('von'); ?> <?php the_author(); ?></p>
<?php if (is_search()) { ?>
<?php the_excerpt() ?>
<?php } else { ?>
<?php the_content(__('Read the rest of this entry »')); ?>
<?php } ?>
<p class="feedback">
<?php comments_popup_link(__('Kommentare'), __('1 Kommentar'), __('% Kommentare'), 'commentslink', __('Comments off')); ?>
<?php edit_post_link(__('Edit'), ' · ', ''); ?>
</p>
<!--
<?php trackback_rdf(); ?>
-->
</div>
<?php endwhile; ?>
<?php posts_nav_link('', __(''), __('« vorherige Einträge')); ?>
<?php posts_nav_link('', __('nächste Einträge »'), __('')); ?>
</p>
<?php else : ?>
<h2><?php _e('Nicht gefunden'); ?></h2>
<?php _e('Sorry, but no posts matched your criteria.'); ?></p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
<?php endif; ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Alles anzeigen
"
diese beiden dürften wohl die entscheidenen zeilen sein, wenn ich mich nicht irre ?!