Buongiorno a tutti.
Ho realizzato un sito con Wordpress: http://salutidavicenza.it, utilizzando il tema gratuito photolistic.
Quando provo il test con W3C validator mi vengono i seguenti errori:

Line 80, Column 39: Element div not allowed as child of element h1 in this context. (Suppressing further errors from this subtree.)

<div id="access" role="navigation">


Line 247, Column 82:Bad value 00ae91c2d9360384b88d588348a8836e for
attribute rel on element a: The string 00ae91c2d9360384b88d588348a8836e
is not a registered keyword or absolute URL.

…ae91c2d9360384b88d588348a8836e" ><img title="Piazza_Castello_mercato"


Syntax of link type valid for <a> and <area>:
A whitespace-separated list of link types, with no duplicate keywords in the list. Each link type must be listed as allowed on <a> and <area> in the HTML specification, or must be listed as allowed on <a> and <area> on the Microformats wiki, or must be an absolute URL. You can register link types on the Microformats wiki yourself.


Premetto che del primo errore non mi è chiaro cosa significhi. Ho aperto il file header.php e trovo:

<div id="access" role="navigation">
<?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
<div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'photolistic' ); ?>"><?php _e( 'Skip to content', 'photolistic' ); ?></a></div>
<?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>



il secondo errore si presenta nel widget della sidebar, utilizzando il plugin nextgen gallery e riguarda l'ultima immagine caricata sulle pagine del sito, quindi in modalità random. Quindi non credo si debba modificare il codice html, piuttosto definire una classe o intervenire sul css... Scusate se mi sbilancio in teorie forse banali o impossibili, ma sono alle prime armi

Grazie mille a chiunque saprà darmi un aiuto