bp_post_id(); ?> "> <h2><a href="<?php bp_post_permalink(); ?> " rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'buddypress'), bp_post_title(false)); ?> "><?php bp_post_title(); ?> </a></h2> <p class="date"><?php printf(__('%1$s <em>in %2$s by %3$s</em>', 'buddypress'), bp_get_post_date(__('F jS, Y', 'buddypress')), bp_get_post_category(', ', '', null), bp_get_post_author()); ?> </p> <?php bp_post_content(__('Read the rest of this entry »')); ?> <p class="postmetadata"><?php bp_post_tags('<span class="tags">', ', ', '</span>'); ?> <span class="comments"><?php bp_post_comments(__('No Comments'), __('1 Comment'), __('% Comments')); ?> </span></p> <hr />
function bp_post_author($deprecated = true) { if (!$deprecated) { return bp_get_post_author(); } else { echo bp_get_post_author(); } }