Bottan ziyade temanızın functions.php dosyasına aşağıda ki kodları ekleyip istediğinizi yapabilirsiniz. (Test edildi)

function kelimedegistir($text) {    $text = str_replace('r10oyun', '<b>r10oyun</b>', $text);    $text = str_replace('r10forum', '<b>r10forum</b>', $text);    
    return $text;}add_filter('the_content', 'kelimedegistir');