flutter_wordpress
flutter_wordpress copied to clipboard
Add ability to use custom fields in posts
My use case: I wanted to load a field (menu_order) from the post. I'm not a wordpress expert - is that a common field? Should I instead add a regular property to Post? I've used the code in this PR and it works well.