By default the BBpress forum homepage says “Freshness”, I wanted to change this to say “Recent Articles” instead. To change the word Freshness to Recent Articles in BBpress:
- Navigate to bbpress\templates\default\bbpress\
- Edit loop-forums.php
- About line 22, replace:
<li class=”bbp-forum-freshness”><?php _e( ‘Freshness’, ‘bbpress’ ); ?></li>
with:
<li class=”bbp-forum-freshness”><?php _e( ‘Recent Articles’, ‘bbpress’ ); ?></li>