• Resolved mrblond

    (@mrblond)


    I’ve just activated this plugin and created a Child theme.

    Well, I think that the functions.php is not quite properly handled with the parent theme because when I changed footer.php and put it in the child folder, the changes doesn’t apply on my website.

    What is the problem?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Serafino

    (@seraph63)

    This plugin follows the WordPress best practice for child theme generation, more customization will be developed by you.

    One thing you must bear in mind is that the directory structure in your child theme should match that of the parent theme’s. So if you decide to edit a PHP file in “/parenttheme/includes/external/php/example.php”, you should place it in “/childtheme/includes/external/php/example.php”.

    (from https://managewp.com/blog/how-to-create-a-child-theme)

    I hope I was useful.

    Serafino

    Plugin Author Serafino

    (@seraph63)

    No answer, ticket closed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Child Theme is not fully Handled with the Parent.’ is closed to new replies.