badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Child theme advice

#36516

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!