CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
Other Discussions
[Solved] How to add author url to signle.php
amis
Permalink to comment
#
November 2011
Hey guys
How to display author url in signle.php
it is working on author.php but not in signle.php
i use this code
<?php echo $curauth->user_url; ?>
amis
Permalink to comment
#
November 2011
solved
i used this
<?php the_author_meta('user_url'); ?>
Add a Comment
How to display author url in signle.php
it is working on author.php but not in signle.php
i use this code
i used this
<?php the_author_meta('user_url'); ?>