treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] How to add author url to signle.php

  • 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; ?>

  • solved

    i used this

    <?php the_author_meta('user_url'); ?>