我希望从下面更改wordpress链接代码,以便访问用户个人资料而不是用户帖子。
$output .= '<a href="'. $author_posts_url.'" rel="author" class="fn">'. $the_author.'</a></span>';
以便访问
<a href="<?php echo $userpro->permalink($user_id); ?>" class="userpro-flat-btn userpro-transition"><?php _e('View Profile','userpro'); ?></a>
最好的问候