[Plugin: User Photo] Getting photo into comment
-
Shouldn’t it be just as easy as putting the function into the comment loop like this:
<?php foreach ($comments as $comment) : ?>
<div class=”commentcontainer”>
<h3 id=”comment-<?php comment_ID() ?>”>
<?userphoto_comment_author_photo()?>
…Nothing shows up. I must be missing something very obvious, but I can’t seem to figure it out. Any assistance is appreciated. Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: User Photo] Getting photo into comment’ is closed to new replies.