Skip to content How to Create Child Theme WordPress Right Way... Child theme is very important if you want to make changes to your theme. Child theme enables you to modify and customize the theme without having to touch the theme. So, you wo not lose any customizations made for the website.. To create theme, follow the following steps. Navigate and create folder on your themes directory through FTP. You can name it anything you like, the name of parent theme and then include child That way, your folder will make sense and look neat. Open style css in your editor and paste the following code * Theme Name Twenty Thirteen Child Theme Description Child for Twenty Thirteen Author DevotePress Author URI http DevotePress com Template twentythirteen * @import url. This line imports style css from the theme, and overrides changes made to the theme's style.css without it, our child theme will not work... Save the file and transfer it to your server via FTP..
Read more