Also ich möchte Kommentare so aussehen lassen:
1. Kommentar von Flo am 17.11.2005 um 21:02 Uhr | Bearbeiten
Kommentar Text.
Jetzt hab ich das so umgeschrieben, aber da zerhauts mir das ganze design.
siehe:
http://schwegel.cybton.com/?p=26
PHP
<?php if ( $comments ) : ?>
<ol>
<?php foreach ($comments as $comment) : ?>
<li>
<em><?php comment_type(__('Comment'), __('Trackback'), __('Pingback')); ?> <?php _e('by'); ?> <?php comment_author_link() ?> — <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></em> <?php edit_comment_link(__("Edit"), ' |'); ?>
<p><?php comment_text() ?></p>
</li>
<?php endforeach; ?>
</ol>
Alles anzeigen
hoffe es kann mir wer helfen.