@baqacreatives
4 years, 11 months ago
Here is my code in functions.php which displays the image under the title:
add_action('bbp_template_before_replies_loop', 'bbp_show_extra_fields'); function bbp_show_extra_fields() { echo "<img src=http://baqacreatives.com/azam/Capture1.jpg>"; };