Category Uncategorized

Blocky’s child theme

Following wordpress’ recomendation: In …/wp-content/themes I made a blocksy-child folder with two files, style.css and functions.php. style.css If the parent theme loads its style using a function starting with get_template, such as get_template_directory() and get_template_directory_uri(), the child theme needs to…