Info
- 1 post
- 1 voice
- Started 3 years ago by csseur3
- This topic is not resolved
Show informations in post pages
-
- Posted 3 years ago #
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 offlinehow 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 log in to post.