
Full d’estils style.css
/* ETIQUETAS CSS QUE INDICAN A WORDPRESS QUE ESTE ES EL TEMA HIJO */ /* Theme Name: Spacious Fill Template: spacious */

Funcions del tema functions.css
<?php //CARGA EL STYLE.CSS DEL TEMA PADRE EN EL TEMA HIJO add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); function my_theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } ?>