Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi,
Thank you for getting in touch.
If you use the field
postto select a page and save it as the custom field of a post, please use the WordPress function to get the page title. Get more details here https://docs.metabox.io/extensions/mb-views/#running-php-functionsYou can also share the code that creates the custom fields, I will help you to check the code.
Long Nguyen
ModeratorHi Quint,
Thanks for the additional information.
Did you replace
MetaBoxIDwith your meta box IDhealth-fieldsin the custom code?add_action( 'rwmb_health-fields_after_save_post', 'update_post_title' );Long Nguyen
ModeratorHi Anselm,
Thank you for your feedback.
It is not possible currently. You can just create two queries to get all relation posts, one gets posts
fromthe ID and one gets poststothe ID. Get more details on the documentation https://docs.metabox.io/extensions/mb-relationships/#getting-connected-itemsLong Nguyen
ModeratorHi Netalys,
Thank you for your feedback,
Please remove special characters from the choice value or field ID, just numbers, letters, and underscores to make the field works properly. Refer to this topic https://support.metabox.io/topic/select-custom-fields-not-saving-selection/
Long Nguyen
ModeratorYes, it would be ok. Just remove
&character from the value.Bob Smith: Bob Smith Mary Smith: Mary Smith Bob and Mary Smith: Bob & Mary SmithLong Nguyen
ModeratorHi Noisy,
Thank you for getting in touch.
The field URL does not support to show suggestion posts or users. You can use the field type post and user then get the permalink via the WordPress function
- For post: get_the_permalink()
- For user: get_author_posts_url()Long Nguyen
ModeratorHi Virgile,
You have to use the code to remove post type slug from the permalink. Please follow these topics for more information
https://wordpress.org/support/topic/removing-slug-in-url-from-custom-post-type/
https://stackoverflow.com/questions/41230665/how-to-remove-taxonomy-slug-from-custom-post-type-urlLong Nguyen
ModeratorHi,
Thank you for getting in touch.
If you use the ACF and then want to change to Meta Box, you can follow this article to know how to custom field data (simple field) from ACF to MB.
https://metabox.io/move-custom-post-type-custom-field-data-from-pods-to-meta-box/For some complicated fields like group, cloneable, post ... we are working to create a migration tool that helps users to move all custom field types from ACF to MB.
Long Nguyen
ModeratorHi Harry,
I've received your site info in the ticket system and got the issue.
The choices of the select field in the Builder should be
value: Labeland the value should not have&character. You can use the space instead of it. Please re-check the fieldEvent Hostand confirm it works.Long Nguyen
Moderator@margaretmendoclick-com you can use the option
Custom rewrite slugto rewrite the post type slug and re-save the permalink settings in Admin Dashboard > Settings > Permalinks (Post name) to flush the permalink cache.Long Nguyen
ModeratorHi Andrew,
Currently, Meta Box does not have a feature that supports creating a post when editing the current post. Just helps you to select the connected posts.
Thanks for your idea, I'm going to inform the developer team to consider adding it to the to-do list for the future development of the plugin.
Long Nguyen
ModeratorLong Nguyen
ModeratorHi Diane,
For further information, please follow the document https://docs.metabox.io/extensions/mb-relationships/
June 9, 2021 at 9:22 AM in reply to: Database Error on Relationships after update to latest MetaBox AIO and WP 5.5.1 #28779Long Nguyen
ModeratorHi,
Thank you for your feedback.
I've informed the development team to check this case and get back to you later.
Long Nguyen
ModeratorHi,
Thank you for your feedback.
I will inform the development team to re-check the integration plugin and get back to you if I have any information.
-
AuthorPosts