Home
Latest Scripts
Popular Scripts
Contact
Useful Links
Login
Email
Password
Forgot Password ?
New User?
Sign Up here
Categories
Ajax (6)
API (0)
Asp (0)
Asp.net (0)
CSS (1)
Flash (0)
Html (16)
Infusionsoft SDK (1)
Javascript (12)
Jquery (6)
Liquid (Shopify) (0)
Php (19)
Vue JS (6)
WordPress (15)
Xml (3)
child
childtheme
css
new
theme
wordpress
101scripts
WordPress: Child Theme Name In CSS
To create a new child theme, all you need to do is create a new directory inside the wp-content/themes/ directory and create a new styles.css file with this code inside it.
/* Theme Name: Your Child Theme Name Theme URI: http://URL-to-where-this-child-theme-can-be-downloaded.com Description: Your child theme description Author: John Doe Author URI: http://example.com Template: parenttheme Version: 1.0.0 Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready Text Domain: parenttheme-child */ @import url("../parenttheme/style.css");
Rating: 0
Views: 2
1