Advertisement
Guest User

Staff Specials Comments

a guest
Dec 5th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <ol class="commentlist">
  2. <?php foreach ($comments as $comment) : ?>
  3. <li class="comment">
  4. <p><?php comment_author_link() ?>&nbsp;<?php echo do_shortcode("[groups_user_groups]"); ?>&nbsp;redeemed special from <?php comment_text() ?><?php comment_date('l, F j, Y H:i:s'); ?></p>
  5. </li>
  6. <?php endforeach; ?>
  7. </ol>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement