- 
		AuthorPosts
 - 
		
			
				
November 29, 2013 at 10:52 pm #194842
Hi, how can I change ‘author archive for’ on author’s page or any other archive one?
thanksDecember 1, 2013 at 6:54 am #194986Hey Antonia!
Please go to wp-content\themes\enfold\framework\php folder and open function-set-avia-frontend.php file and search “Archive for” and change any text you would like
Best regards,
YigitDecember 2, 2013 at 11:50 pm #195558Thanks Yigit!
Is it possible changing from the nickname to the ‘nice name’? How so?best,
AntoniaDecember 2, 2013 at 11:54 pm #195561Hi!
I am not sure if i understood you clearly. Can you elaborate?
Best regards,
YigitDecember 2, 2013 at 11:59 pm #195564Oh, sorry,
‘nice name’ usually means the name you choose for displaying the name in the profile’s author, and it is the same that enfold uses for displaying the name in the ‘about loop’. The default name in the title is the user name, that I’d like to change for the other one.
Is it more clear now? Thanks for your help!December 3, 2013 at 8:02 am #195666Hey!
I’m sorry but I’m not sure what you want to do. Can you please post a link to a sample author page or archive page? A screenshot will help.
Regards,
IsmaelDecember 3, 2013 at 3:55 pm #195802Hi again Ismael, I’d like to change the way the name of the author is displayed, from the user name to the ‘nice name’. In the link, we have the two examples. Entries by (user name) and loop author with ‘nice name’
thanks again!
a.December 5, 2013 at 11:40 am #196616Hi!
In wp-content\themes\enfold\framework\php folder and open function-set-avia-frontend.php search for and replace
if(isset($curauth->nickname)) $output .= __('for:','avia_framework')." ".$curauth->nickname;with
if(isset($curauth->user_nicename)) $output .= __('for:','avia_framework')." ".$curauth->user_nicename;Regards,
PeterDecember 5, 2013 at 4:02 pm #196683thanks!
 - 
		AuthorPosts
 
- The topic ‘change 'author archive for'’ is closed to new replies.
 
