Hi Ihr Liebenb,
seltsamerweise wird in meinem Digital Diary das Posting in der Single-Ansicht eines Artikels unten nochmal angezeigt, siehe z.B. ganz unten auf:
http://www.claudia-klinger.de/digidiary/2006…und-selbstwert/
Hhat jemand einen Tipp, an welcher Datei das liegen könnte??? Die single.php sieht aus meiner Sicht ganz normal aus, aber ich kann nicht viel PHP:
HTML
<?php get_header(); ?>
<?php get_sidebar(); ?>
<?php get_header2(); ?>
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<p class="time"><?php the_time('j. F Y') ?> <!-- by <?php the_author() ?> --></p>
<h1><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h1>
<div class="entrytext">
<?php the_content('<p class="serif">Weiterlesen »</p>'); ?>
<?php link_pages('<p><strong>Seiten:</strong> ', '</p>', 'number'); ?>
<p class="time" style="margin-top:10px;margin-left:200px"> <?php the_author() ?> am <?php the_time('j. F Y') ?> </p>
<p class="postmetadata alt">
<p class="small" style="margin-bottom:20px">
Der Beitrag wurde
<?php /* This is commented, because it requires a little adjusting sometimes.
You'll need to download this plugin, and follow the instructions:
http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
/* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
am <?php the_time('l,') ?> den <?php the_time('j. F Y') ?> um <?php the_time('H:i') ?> Uhr veröffentlicht
und wurde unter <?php the_category(', ') ?> abgelegt.
Du kannst die Kommentare zu diesen Eintrag durch den <?php comments_rss_link('RSS 2.0'); ?> Feed verfolgen.
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
// Both Comments and Pings are open ?>
Du kannst einen <a href="#respond">Kommentar schreiben</a>, oder einen <a href="<?php trackback_url(true); ?>" rel="trackback">Trackback</a> auf deiner Seite einrichten.
<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
// Only Pings are Open ?>
Kommentare sind derzeit geschlossen, aber Du kannst dennoch einen <a href="<?php trackback_url(true); ?> " rel="trackback">Trackback</a> auf deiner Seite einrichten.
<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
// Comments are open, Pings are not ?>
Du kannst zum Ende springen und ein Kommentar hinterlassen. Pingen ist im Augenblick nicht erlaubt.
<?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
// Neither Comments, nor Pings are open ?>
Kommentare und Pings sind derzeit nicht erlaubt.
<?php } edit_post_link('Beitrag bearbeiten.','<strong>|</strong> ',''); ?>
</p>
</p>
</div>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p>Es gibt leider keine Beiträge, die deinen Kriterien entsprechen.</p>
<div class="navigation">
<div class="alignleft"><?php previous_post_link('« %link') ?></div>
<div class="alignright"><?php next_post_link('%link »') ?></div>
</div>
<?php endif; ?>
</div>
<?php get_footer(); ?>
Alles anzeigen
Woran könnte das liegen?