File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ This is NetBeans plugin for WordPress.
2626- run command (wp-cli)
2727- upgrade notification
2828- create a .htaccess file for permalink
29+ - create a new child theme action (create a style.css for child theme)
2930
3031### Impotant Files
3132It contains wp-config.php
@@ -83,6 +84,12 @@ WordPress version number is also displayed.
8384### Create New Theme Action
8485Right-click Project > WordPress > Create Theme
8586
87+ ### Create New Child Theme Action
88+ Right-click Project > WordPress > Create Child Theme
89+
90+ - Create a new directory for child theme
91+ - Add style.css for child theme
92+
8693#### Underscores
8794Create theme from [ Underscores | A Starter Theme for WordPress] ( http://underscores.me/ ) . Underscores is awesome!
8895This plugin uses [ Automattic/_ s · GitHub] ( https://github.com/automattic/_s ) .
You can’t perform that action at this time.
0 commit comments