We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7f4f49 + 0edd254 commit 1f4bc9dCopy full SHA for 1f4bc9d
1 file changed
README.md
@@ -74,6 +74,7 @@ Future<List<wp.Post>> posts = wordPress.fetchPosts(
74
fetchAuthor: true,
75
fetchFeaturedMedia: true,
76
fetchComments: true,
77
+ postType: 'post'
78
);
79
```
80
0 commit comments