How To Change The BBpress Forum Homepage From "Freshness" To "Articles"

IT Support Forum Forums Website Development Forums bbPress General Discussion How To Change The BBpress Forum Homepage From "Freshness" To "Articles"

Viewing 0 reply threads
  • Author
    Posts
    • #860
      Webmaster
      Keymaster

      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:

      1. Navigate to bbpress\templates\default\bbpress\
      2. Edit loop-forums.php
      3. 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>

Viewing 0 reply threads
  • You must be logged in to reply to this topic.