Skip Navigation

[Resolved] Add Custom Field to Quick Edit Screen

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 9 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

This topic contains 4 replies, has 2 voices.

Last updated by Nolan 9 years, 10 months ago.

Assisted by: Ghennadi.

Author
Posts
#227624

Is it possible to add a CF to the quick edit screen?

#227641

Dear Nolan,

Types not have this option for quick edit, but you can try:
1. Use this plugin: http://wordpress.org/plugins/custom-bulkquick-edit/screenshots/
2. Read this article: hidden link

Please let me know if you are satisfied with my answer and if I can help you with any other questions you might have.
Regards,
Gen.

#227648

Thank you! I had actually bought the Custom Bulk Edit plugin an hour ago. But it doesn´t save the data for some reason...

if I try 2) If I use the checkbox I created, how do I enter that for the echo below?

add_action( 'manage_posts_custom_column', 'rachel_carden_populating_my_posts_columns', 10, 2 );
function rachel_carden_populating_my_posts_columns( $column_name, $post_id ) {
switch( $column_name ) {
case 'release_date':
echo '<div id="release_date-' . $post_id . '">' . get_post_meta( $post_id, 'release_date', true ) . '</div>';
break;
}
}

#227650

Dear Nolan,

We not provide custom development. I gave you direction, but i can't write custom plugin for you.
If you need custom development, you can ask help from our certified partners at https://toolset.com/consultant/

Please let me know if you are satisfied with my answer and if I can help you with any other questions you might have.
Regards,
Gen.

#227652

Super. Will give it a try.

The forum ‘Types Community Support’ is closed to new topics and replies.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.