Display name author
Hey there,
is there a way to just display the name of the author of a listing without it being a link?
This is for when a user is logged in to display the username of the logged in user<?php echo $current_user->user_login; ?>
i would like to display the name of a author of a listing in their single listings
<p class="author"><?php printf( __( 'Added by %s', APP_TD ), va_get_the_author_listings_link() ); ?> </p> This says " added by [authorname]" but authorname is a link
i need the authorname without it being a link...?
Hope you can help!
gr erik