[Plugin: Alkivia Open Community] Change profile link for display name on User list page?
-
On the userlist-default.php page, I would like to change the link to the profile page. Currently, it links this way:
<a href="<?php echo $baselink . urlencode($user['user_login']); ?>"><?php echo $user['display_name']; ?>
I created a new field (via RegisterPlus plugin) called “headline”. I want to have the headline linked to the user profile page. I tried simply inserting the field name, headline, where display_name is currently, but that did not work. The headline field works on the profile page, so what code do I use to change it from the display_name to the headline field?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: Alkivia Open Community] Change profile link for display name on User list page?’ is closed to new replies.