[Plugin: Get Author's Comments] not working
-
I used:
<?php
get_currentuserinfo();
$comments = ppm_get_author_comments($current_user->display_name, $current_user->user_email, null, ‘all=1’);
printf(‘Hello ! %s! ‘
. ‘[ Log Out ]
‘
. ‘%d posts and %d comments’,
$current_user->user_login,
$current_user->display_name,
wp_logout_url(),
get_usernumposts($current_user->ID),
count($comments));
?>but the link to the authors comments is broken. ?
The topic ‘[Plugin: Get Author's Comments] not working’ is closed to new replies.