Author Name
Hey t here, i have a html link.
www.domain.nl/
After the slash i would like to echo the name of the author of a listing
i found: <p class="author"><?php printf( __( 'Added by %s', APP_TD ), va_get_the_author_listings_link() ); ?> </p>
that says"Toegevoegd door erikbazuin" and erikbazuin is a link, i would like to achieve this.
www.domain.nl/erikbazuin
<a href="http://www.domain.nl/<?php [WHAT SHOULD GO HERE?] ?>">#</a>
Hope some can help!