Topic: Want to add link in list to another page with users id in url
I am using members list on an action site and want to add a link to the users listings not just their author posts. Just wondering where or how I can add a link to the users listings eg: http://www.nztack.co.nz/user-profile/admin/ or http://www.nztack.co.nz/user-profile/username/
Not sure which code to edit and what php code to add. tried to add <a href="/user-profile/<?php echo $u->ID;?>">Listings</a> to list.php but didn't work
Really appreciate some tips