flutter_wordpress icon indicating copy to clipboard operation
flutter_wordpress copied to clipboard

ACF - Wordpress

Open JobMoll opened this issue 5 years ago • 2 comments

Hi,

Would be awesome if we could call custom fields (ACF) super easy. Also maybe a search function which includes search in tags, titles, custom fields, categories. And last a list with categories or something where the user can click on to get to the specific categories page.

Just some ideas for if you guys want to develop it further :)

JobMoll avatar May 27 '19 23:05 JobMoll

Any updates on this?

Disati avatar Aug 29 '19 18:08 Disati

Please see this. https://github.com/dreamsoftin/flutter_wordpress/issues/36#issuecomment-626398483

You have to expose your custom Wordpress Rest API endpoints to work with ACF, and the Flutter plugin itself then needs to "know" about what are your custom API endpoints, simply put, it's one of those cases that you have to handle by hand, unless you want to write a custom WordPress plugin that exposes endpoints to this flutter plugin. But really, it's a user case that needs coding in PHP.

ellie-me avatar May 10 '20 22:05 ellie-me