Forums

Join
bbPress Support ForumsTroubleshootingHow delete laquo from stats.php

Info

How delete laquo from stats.php

  1. <title>Tilastot « - Mediapalsta</title>

    Where i delete «?

    Example: http://keskustelu.hpguru.net/statistics.php

    Why bbPress title is same in many pages? Example register.php title is Forum name, search.php title is Forum name... etc. Why?

    Sorry, bad English.

  2. I think you change it right in statistics.php, don't you?

    $bb->static_title = __('Statistics') . ' &laquo;';

    It should probably be done with a plugin, but this is where that character is set.

  3. Thank you, i found and delete laquo now.

  4. You must log in to post.