October 12, 2015 at 5:30 am
#36516
Theme Horse Support Team
Keymaster
Hi info110,
Hi yes after adding this below code in style.css will create a child theme
/*
Theme Name: interface Child Theme
Author: Self-Help WordPress User
Template: interface
*/
@import url(“../interface/style.css”);
If you like to work with the php functions then first you need to create a child theme and then unhook the functions. Then only customize the code. We have already mentioned how to create a child theme. View this below post how to create a child theme
27641
Thank you!