Get the author in buddypress sidebar
-
<div class="wp_rp_title">' . wptexturize($related_post->post_title) . '</div>' . '<div class="post-meta-widget">' . get_the_author_link() . '<br>' . get_the_time('d F Y') . '</div>
Code works in wordpress, but in buddypress author field:
get_the_author_link()
or
get_the_author()
doesn’t work / is empty.
- The topic ‘Get the author in buddypress sidebar’ is closed to new replies.