Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter shadowarts

    (@shadowarts)

    <?php
    function custom_comment($comment, $args, $depth) {
           $GLOBALS['comment'] = $comment; ?>
    <li <?php comment_class(); ?> id="comment-<?php comment_ID( ); ?>">
           <div class="avatar_cont"><?php if ($args['avatar_size'] != 0) echo get_avatar( $comment, $args['avatar_size'] ); ?></div>
    Comment by <em><?php comment_author_link() ?></em>:
    <?php if ($comment->comment_approved == '0') : ?>
    <em>Your comment is awaiting moderation.</em>
    <?php endif; ?>
    <br />
    <small class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title="">
    <?php comment_date('l, F jS Y') ?> at <?php comment_time() ?></a>&nbsp;|&nbsp;<?php edit_comment_link('Edit','',''); ?></small>
    	<?php comment_text() ?>
    
    <?php echo comment_reply_link(array('before' => '<div class="reply">', 'after' => '</div>', 'reply_text' => 'Reply to this comment', 'depth' => $depth, 'max_depth' => $args['max_depth'] ));  ?>
    
    <?php } ?>

    I believe there’s no code to return the value of the role.

    Thread Starter shadowarts

    (@shadowarts)

    can you show me a example of that?

    s

Viewing 3 replies - 1 through 3 (of 3 total)