Moving from X to X child theme

I have been working on a site with X and realized I had forgotten to install and be customizing a child theme. I have uploaded the child theme, but how do I move the work I have done from the regular X theme to the child theme so I don’t lose anything?

Hi there,

If you did the customization with different settings using the Admin section of the WordPress you are good to go and every option setting will work out of the box in the Child Theme.

But if you changed the core files of the theme by editing them with a text editor software, such as PHP files and stuff you need to follow the best practices article to know how to move over your customization to the child theme:

Hope it helps.