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

Unknown column 'xxx' in 'where clause'