Almost Perfect
-
This plugin was almost exactly what I needed to export my custom post type’s custom fields (or custom post type meta data).
The “Save Changes” button is nice and all, but it’s actually not very intuitive to have to make selection in a multi-select box then save then click export. Usually you’d want to be able to export after you’ve selected your fields, just like you would in PhpMyAdmin or any other application.
For another pointer, your plugin would be better if you could implement ajax to dynamically populate the custom fields immediately after selecting a custom post type radio. Currently, the user needs to wait for 2 full page reloads (must click “Save Changes” at least twice) before being able to export. With these suggestions, the user will not need to wait for any page reload and can immediately export the fields. Of course, you could still keep the “save settings” button on the side.
This plugin would also be more useful if it would add the post title to the row of custom fields which it pertains to. Here’s an example of the data structure,
custom post type: camps
post (post title): super fun day
custom field: date
custom field: participants
custom field: happiness
post (post title): crazy smashing day
custom field: date
custom field: participants
custom field: happinessKeep up the good work!
- The topic ‘Almost Perfect’ is closed to new replies.