the_author_meta not working
I'm trying to use the_author_meta to retrieve some links which users can set in their profile.
I set up extra profile fields and they are saving to the database.
On my author.php I have the following code.
div class="user_social_icons"a href="?php the_author_meta('facebook'); ?" class="facebook" title="Facebook"/a/div
For some reason this appears not to be working.
Any idea to why that may be?
Cheers