Skip to content

Commit 0f8c0d7

Browse files
committed
Update README
1 parent f45d945 commit 0f8c0d7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
3132
It contains wp-config.php
@@ -83,6 +84,12 @@ WordPress version number is also displayed.
8384
### Create New Theme Action
8485
Right-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
8794
Create theme from [Underscores | A Starter Theme for WordPress](http://underscores.me/). Underscores is awesome!
8895
This plugin uses [Automattic/_s · GitHub](https://github.com/automattic/_s).

0 commit comments

Comments
 (0)