Forums

How to highlight admin comments (2 posts)

  1. gillsans
    Member
    Posted 2 years ago #

    Hello, I am using the following code to generate my comments. What is the best way to highlight admin comments?

    <?php foreach($comments as $comment) : ?>
    <?php $i++; ?>
    <ul <?php alternate_rows($i); ?> id="comments">

  2. <?php echo get_avatar($comment,$size='60',$default='<path_to_url>' ); ?>
  3. <li id="comment-<?php comment_ID(); ?>"> <?php comment_author_link(); ?> - <?php comment_date(); ?> at <?php comment_time(); ?>

  4. <?php if ($comment->comment_approved == '0') : ?>
    <p>Your comment is awaiting approval</p>
    <?php endif; ?>
    <?php comment_text(); ?>
    <?php //comment_type(); ?>
  5. <?php endforeach; ?>

  • Samuel B
    moderator
    Posted 2 years ago #

  • Topic Closed

    This topic has been closed to new replies.

    About this Topic

    Tags