あと、Userモジュールから、user-profile-item.tpl.php を、使ってるテーマのフォルダにコピーしてきて、

<?php if ($title != t('Blog')): ?>
<dt<?php print $attributes; ?>><?php print $title; ?></dt>
<dd<?php print $attributes; ?>><?php print $value; ?></dd>
<?php endif; ?>

などとif文を追加する手もある。

テンプレートをコビーしてきたら、一度テーマページへアクセスするか、キャッシュをクリアするのを忘れずに。