Skip to content

Commit 0d11bea

Browse files
committed
Allow processing of the type field.
1 parent c33ec89 commit 0d11bea

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/com/afrozaar/wordpress/wpapi/v2

1 file changed

+2
-2
lines changed

src/main/java/com/afrozaar/wordpress/wpapi/v2/Client.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,8 +879,8 @@ protected Map<String, Object> fieldsFrom(Post post) {
879879
//"status",
880880
"sticky",
881881
"tags",
882-
"title"
883-
//"type"
882+
"title",
883+
"type"
884884
);
885885

886886
// types ignored for now: slug, status, type

0 commit comments

Comments
 (0)