We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785d699 commit a851589Copy full SHA for a851589
1 file changed
README.md
@@ -17,6 +17,7 @@ This is NetBeans plugin for WordPress.
17
- create new theme action
18
- hyperlink navigate
19
- create new plugin action
20
+- custom content name
21
22
### Impotant Files
23
It contains wp-config.php
@@ -29,6 +30,11 @@ You can create a new WordPress project with Wizard.
29
30
3. choose options
31
4. finish
32
33
+### Custome Content Name
34
+
35
+If you want to use custom content name(default is `wp-content`), please set your content name to the project properties.
36
+(project properties > Framework > WordPress)
37
38
#### options
39
- Set format to project : set format option to project.properties
40
- create wp-config.php : copy from wp-config-sample.php
0 commit comments