Title: Saving Extra Fields not working
Last modified: August 21, 2016

---

# Saving Extra Fields not working

 *  [barfux](https://wordpress.org/support/users/barfux/)
 * (@barfux)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/saving-extra-fields-not-working/)
 * I know about the my ticket for extra fields in version 0.2.0. My gallery is finnaly
   live and i use to call the extra fields of images by template for the moment.
 * But now i found another issue:
 * Extra fields for images are not saved on excerpt-view:
    /wp-admin/post.php?post
   =123&action=edit&mode=excerpt
 * Edititing the image/attachment itself is working when filling the “Custom Attachment
   Field” and click on update.
 * Saving “Custom Folder Field” is working, too.
 * And two more things at this point:
 * 1) Might it be possible to set the excerpt-view as default when clicking edit
   on “all folders” view?
    2) Will you add an additional field for editing the title
   of the attachment in excerpt-view?
 * I think the best workflow should be to set up all changes of the gallery-images
   in (this) one view without needing to click additionally to the edit-attachment-
   page for each image to change the title shown in breadcrumb…
 * Tom
 * [http://wordpress.org/extend/plugins/eazyest-gallery/](http://wordpress.org/extend/plugins/eazyest-gallery/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [klihelp](https://wordpress.org/support/users/klihelp/)
 * (@klihelp)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/saving-extra-fields-not-working/#post-3816426)
 *     ```
       // Set excerpt mode to default
       add_action( 'load-post.php', 'kli_wp_force_excerpt' );
       function kli_wp_force_excerpt() {
           $_REQUEST['mode'] = 'excerpt';
       }
       ```
   
 *  Thread Starter [barfux](https://wordpress.org/support/users/barfux/)
 * (@barfux)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/saving-extra-fields-not-working/#post-3816447)
 * Thank you, this works.
 * Would be nice, when the saving issue will be fixed in a future version.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Saving Extra Fields not working’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/eazyest-gallery_969cb1.svg)
 * [Eazyest Gallery](https://wordpress.org/plugins/eazyest-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/eazyest-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/eazyest-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/eazyest-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/eazyest-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/eazyest-gallery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [barfux](https://wordpress.org/support/users/barfux/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/saving-extra-fields-not-working/#post-3816447)
 * Status: not resolved