Forum Replies Created
-
AuthorPosts
-
Janos
ParticipantThank you! No conditional logic or advanced location is used.
This is the JSON file: https://drive.google.com/file/d/1JIx95Pf9-LmOKwTmN8RHlRwg4fXo5xVC/view?usp=share_linkJanos
ParticipantSame here. ๐
Janos
Participant[SOLVED]
I forgot to do the basic thing: Save Permalinks. It works!
November 4, 2021 at 4:30 AM in reply to: โ Add Post ID to Custom Field And Then to Admin Column #31722Janos
ParticipantWorking perfectly, thank you very much!
November 3, 2021 at 2:32 PM in reply to: โ Add Post ID to Custom Field And Then to Admin Column #31712Janos
ParticipantThank you, Long!
So, if my field ID is
pro_new_idand the field label isID, then the code will look like:add_action( 'rwmb_pro_new_id_after_save_field', function ( $null, $field, $new, $old, $post_id ) { $storage = $field['ID']; $storage->update( $post_id, $field['pro_new_id'], $post_id ); }, 10, 5 );Is that correct? Does it matter that I made the field Read-Only? Sorry, I barely speak PHP.
Thank you!
October 27, 2021 at 2:47 PM in reply to: โ Display WP All Import images in image advanced field #31539Janos
ParticipantHi Long,
Thank you. We hope this integration will be released soon. It would help a lot.
Thanks!
Janos
ParticipantThank you!
Janos
ParticipantHello Anh,
I have a question related to this topic, or at least similar.
I have more than 3000 posts (products), and I would like to attach images to the posts. I uploaded the images (more than 40,000) to the Media Library. I have already made a field in the custom post type (Image Advanced).
How could I attach images to the Image Advanced field without manually adding them? I tried WP All Import, but it doesn't work.
Thank you!
-
AuthorPosts