Forums

Join
bbPress Support ForumsThemesHow do i change the name of my forum

Info

How do i change the name of my forum

  1. I named my forum during installation but didn't know it would be present on the forum itself and on the web browser bar.

    Basically is their anyway to rename it ?

    Many thanks

  2. Just change it in config.php:

    // What are you going to call me?
    $bb->name = 'Totally New Site Name';
  3. thanks

  4. You must log in to post.