baqacreatives (@baqacreatives)

Forum Replies Created

Viewing 1 replies (of 1 total)
  • @baqacreatives

    Participant

    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>";
    };
Viewing 1 replies (of 1 total)