Hallo,
bei mir wird leider kein Kommentarfeld unter den Beiträgen eingeblendet. Das Problem bestand schon von Anfang an, also bevor ich irgendwelche Änderungen an dem Design vorgenommen habe. Blog, Theme: Malu.
Eintrag in single.php:
Eintrag in comments.php:
PHP
<?php if ($comments) : ?>
<h3 id="comments"><?php comments_number('No Responses', 'One Response', '% Responses' );?> to “<?php the_title(); ?>”</h3>
<ol class="commentlist">
<?php foreach ($comments as $comment) : ?>
<li <?php echo $oddcomment; ?>id="comment-<?php comment_ID() ?>">
<div class="avatar"><?php echo get_avatar( $comment, 32 ); ?></div>
<div class="commentbody">
<p class="comment_author"><?php comment_author_link() ?> says:</p>
<p class="comment_time"><?php comment_date('F jS, Y') ?> at <?php comment_time() ?> <?php edit_comment_link('edit',' ',''); ?></p>
<div class="comment_text"><?php comment_text() ?></div>
<?php if ($comment->comment_approved == '0') : ?>
<br /><em>Your comment is awaiting moderation.</em>
<?php endif; ?>
</div>
<div class="clear"></div>
Alles anzeigen
Wäre cool, wenn jemand Bescheid wüsste.
Herzlichen Dank schon einmal.
Gruß,
schmunzelwunder