Hi, I've a Problem with an extended autor-link and usernames with whitespace E.G.
<a href="<?php bloginfo('url'); ?>/author/<?php the_author_meta('user_login'); ?>"><?php the_author_meta('first_name'); ?> </a>
When I have a User whith the username "user name" then i get the link www.mysite.com/author/user name/ but the correct link would be www.mysite.com/author/user-name/
When I use the traditonal Author link <?php the_author_link(); ?> then I get the correct result.
Does anyone know a solution to my problem?
I use WordPress 3.2