Author Website URL in Bio

Posted in: Newspaper
Post count: 2

Hi there,

I’ve been using the theme for a few months and I really like it. Thanks for making such a cool product. 🙂

I hope this is a quick fix – In the author bio at the bottom of a post, it includes the social media, etc., but it doesn’t include the author’s website.

I know that when you click on the author’s name, it goes to a new page with website included, but I’d like for it to be included with the bio on the post itself – I doubt many readers would take the extra step to click on the name just to find a webpage.

Any way to make this adjustment? My site is: intentiondaily.com

Thank you!
Valerie

Post count: 9544

+1 on this request. 🙂

Post count: 3343

Hi,
Add this code like here: http://screencast.com/t/HVckipOl

if (get_the_author_meta('user_url', $author_id) != '') {
                        $buffy .= '<div class="td-author-url"><a href="' . get_the_author_meta('user_url', $author_id) . '">' . get_the_author_meta('user_url', $author_id) . '</a></div>';
                    }
Post count: 2

Hi Marius,
Thanks for your help, that worked perfectly!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.