Per creare un tema WordPress, nella cartella del tema è necessario creare almeno i seguenti file affinché il tema venga riconosciuto e funzioni correttamente: style.css; index.php; screenshot.png
Il file style, metadati da compilare:
/**
* Theme Name: Il nome del tema esempio: mkthema
* Description: Descrizione del tema
*
* Theme URI: percorso su documentazione del tema
* Author: Autore
* Author URI: sito web del autore
* Text Domain: domain tema serve per le traduzioni, esempio: mkthema
* Version: 1.0
*/