Website url author box under a post

Posted in: Newspaper
Post count: 26

I have a question about the author box. The website url of the author box isn’t showing in the box UNDER the article. It is only visible on the authors page.

How to get the url of the authors’s website visible in the author box under a post?

Thanks!

Post count: 3343

Hi,
Add this code:

$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>';

like here: http://screencast.com/t/qlD0QvNTBTlh

Thanks!

Post count: 26

Hi Marius,

Thanks!

Greetings,

Peter

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