Hi,
I'd rather not show the username after "Author Archive for:", but instead, would like to display the author's name as it is "publicly displayed". What file do I edit to change this. I thought maybe archive.php but no dice. Thanks!
B
Hi,
I'd rather not show the username after "Author Archive for:", but instead, would like to display the author's name as it is "publicly displayed". What file do I edit to change this. I thought maybe archive.php but no dice. Thanks!
B
Open up choices\framework\php\function-set-avia-frontend.php and search for following line:
if(isset($curauth->nickname)) $output .= __('for:','avia_framework')." ".$curauth->nickname;
You can replace nickname with any data field which is listed here: http://codex.wordpress.org/Function_Reference/get_userdata#Notes
Thank you Dude!
Hey,
Thanks to Peter. :)
Regards,
Ismael
This topic has been closed to new replies.