Display author nice name
-
Hello Hector
I need to help to display author nice name, actually the plugin display author’s name. As i have a buddypress website I want to display everywhere only the nice name of each user.
I use this code inside a template file
<?php if(is_page(172)){ wpp_get_mostpopular("range=all&rating=1&stats_author=1&stats_category=1&thumbnail_width=210&cat=24,10,26,1,23,28,21,13,22,27,9,31,29,30,20,25&post_html='<li>{thumb}<div id=title>{title}</div><div id=stats>{views} vues</div><div id=auteurmin>Auteur: {author}</div><div id=catmin>Catégorie: {category}</div><div id=rating>{rating}</div></li>'"); }?>Tomorrow the website is lunch 😉
Thank you very much for your help
The topic ‘Display author nice name’ is closed to new replies.