Marcin Biegun (@biegun)

Forum Replies Created

Viewing 1 replies (of 1 total)
  • 1. create bbpress directory in your theme directory
    2. copy there loop-single-forum.php from /wp-content/plugins/bbpress/templates/default/bbpress
    3. add wherever you wish the image to appear:
    <?php echo get_the_post_thumbnail($post_id, 'full'); ?>

Viewing 1 replies (of 1 total)