Hi again,
I have the feeling the problem is about the functions.php file. I dont know how to code with php
I am trying with things like:
<?php
/* Add custom functions below */
add_action( ‘after_setup_theme’, ‘remove_parent_theme_features’, 10 );
function remove_parent_theme_features() {
require_once( get_stylesheet_directory() . ‘/header.php’ );
require_once( get_stylesheet_directory() . ‘/footer-two.php’ );
}
But I know it is not right.
NOTE: I use the plugin Child Theme Configurator.
I had a look at