Forums

Join
bbPress Support ForumsTroubleshootingShow informations in post pages

Info

Tags

Show informations in post pages

  1. Hello,

    in the pages of the posts, for the all users, i want to show:
    - the date of the user have joined
    - the number of posts of the user
    - if he is online or offline

    how to do that?

    i want to add this in the

    <div class="threadauthor">
    <?php post_author_avatar_link(); ?>
    <p>
    <?php post_author_link(); ?>
    <small><?php post_author_title_link(); ?></small>
    <?php report_post_link(); ?>
    </p>
    </div>

    thanks,
    Fred

  2. You must log in to post.