How to setup a Child Theme
- Create a new directory called wp-content/themes/pulp-child/
- Create a new file called wp-content/themes/pulp-child/style.css - inside this file put this content:
/* Theme Name: Pulp Child Theme URI: http://themeforest.net/item/pulp-responsive-creative-blog-shop/6070921 Description: Pulp Child Theme Author: Example Author URI: http://example.com Template: pulp Version: 1.0.0 */ @import url("../pulp/style.css");
- Copy all the
style.*.css
files from the mainwp-content/themes/pulp/
theme directory over to yourwp-content/themes/pulp-child/
directory - Copy the
js
folder from the mainwp-content/themes/pulp/js/
theme directory over towp-content/themes/pulp-child/js/
- Copy the
images
folder from the mainwp-content/themes/pulp/images/
theme directory over towp-content/themes/pulp-child/images/