Ho iniziato a vedere come modificare il template ed ho il problema di levare il titolo.
Ho identificato il "nodo" da togliere con l'estensione firebug di firefox ed ho tolto il titolo ma...in via simulata.
Sono andato a vedere il file index.php e invece del codice della pagina ho trovato questa cosa scritta:

codice:
<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */

/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
Come faccio a modificare il codice della pagina dove voglio io?