Show informations in post pages
-
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
- You must be logged in to reply to this topic.