PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

How to display post author in full name

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

How to get author full name or display name in author data field.

 

Thankyou

Alfred

hello Alfred

You can  try  change   code in  file - https://c2n.me/4hNKqR3.png - https://share.pluginus.net/image/i20230210081736.png

$user = new WP_User( $post->post_author );
$display_name = $user->display_name;
return TABLEON_HELPER::draw_html_item('a', [
'href' => get_author_posts_url($post->post_author, $user_nicename),
'target' => '_blank'
], $display_name);

Working , thankyou !!

Great!  Welcome;)