Visa ett inlägg
Oläst 2009-05-19, 15:45 #6
Mattias Mattias är inte uppkopplad
Klarade millennium-buggen
 
Reg.datum: Aug 2004
Inlägg: 2 049
Mattias Mattias är inte uppkopplad
Klarade millennium-buggen
 
Reg.datum: Aug 2004
Inlägg: 2 049
Exempel på comments från /wp-content/themes/classic/comments.php

Kod:
<?php if ( $comments ) : ?>
<ol id="commentlist">

<?php foreach ($comments as $comment) : ?>
	<li <?php comment_class(); ?> id="comment-<?php comment_ID() ?>">
	<?php echo get_avatar( $comment, 32 ); ?>
	<?php comment_text() ?>
	<p><cite><?php comment_type(_c('Comment|noun'), __('Trackback'), __('Pingback')); ?> <?php _e('by'); ?> <?php comment_author_link() ?> — <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite> <?php edit_comment_link(__("Edit This"), ' |'); ?></p>
	</li>

<?php endforeach; ?>

</ol>
Mattias är inte uppkopplad   Svara med citatSvara med citat