Errore nella query:
SELECT titolo_it as titolo, data , anteprima_testo_it as testo , permalink_it as permalink
		FROM blog
		WHERE attivo = 'on'
		AND pagina = xxx
		AND titolo_it != ''
		ORDER BY ordine DESC 

Unknown column 'xxx' in 'where clause'