Author Website URL Missing on Posts

Posted in: Newspaper
Post count: 2

How do I add the Author website URL to the Author Box on a Post? Currently it only displays in the Author Box of Author pages. Cheers!

Post count: 1291

Hi,

You have to add the following line inside the td_module_blog.php – http://screencast.com/t/njuD46HSu3AJ

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

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
Post count: 2

Thanks so much for the quick response! Worked perfect.

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