03/18/2019 at 1:49 pm
#487313
Keymaster
@ John
RE: Can I have the ‘Show Bio’ link go to the full listing like the link does when you click on the name instead of it opening a dropdown box?
Yes, you would use $entry->permalink() like so:
<a href='<?php $entry->permalink(); ?>'>Link Text</a>
Hope this helps!
Thanks again for the review :)
