Skip to content

Commit fc9c674

Browse files
Regenerate README file (#134)
Co-authored-by: Alain Schlesser <alain.schlesser@gmail.com>
1 parent 1555b3d commit fc9c674

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contr
1010
## Using
1111

1212
~~~
13-
wp export [--dir=<dirname>] [--stdout] [--skip_comments] [--max_file_size=<MB>] [--filename_format=<format>] [--include_once=<before_posts>] [--allow_orphan_terms] [--start_date=<date>] [--end_date=<date>] [--post_type=<post-type>] [--post_type__not_in=<post-type>] [--post__in=<pid>] [--with_attachments] [--start_id=<pid>] [--max_num_posts=<num>] [--author=<author>] [--category=<name|id>] [--post_status=<status>]
13+
wp export [--dir=<dirname>] [--stdout] [--skip_comments] [--skip_authors] [--skip_terms] [--max_file_size=<MB>] [--filename_format=<format>] [--include_once=<before_posts>] [--allow_orphan_terms] [--start_date=<date>] [--end_date=<date>] [--post_type=<post-type>] [--post_type__not_in=<post-type>] [--post__in=<pid>] [--with_attachments] [--start_id=<pid>] [--max_num_posts=<num>] [--author=<author>] [--category=<name|id>] [--post_status=<status>]
1414
~~~
1515

1616
Generates one or more WXR files containing authors, terms, posts,
@@ -29,6 +29,12 @@ comments, and attachments. WXR files do not include site configuration
2929
[--skip_comments]
3030
Don't include comments in the WXR export file.
3131

32+
[--skip_authors]
33+
Don't include authors in the WXR export file.
34+
35+
[--skip_terms]
36+
Don't include terms (categories, tags, custom taxonomy terms and nav menu terms) in the WXR export file.
37+
3238
[--max_file_size=<MB>]
3339
A single export file should have this many megabytes. -1 for unlimited.
3440
---

0 commit comments

Comments
 (0)