Forum Replies Created
-
AuthorPosts
-
December 13, 2025 at 9:20 AM in reply to: ✅What's the Easiest Way to add Custom Field Data within a Gutenberg Post? #49530
Peter
ModeratorHello Tom,
Thanks for reaching out.
If you want to show the option value on a block, you can use the helper shortcode [rwmb_meta]. Here is the documentation for the shortcode: https://docs.metabox.io/shortcode/
December 11, 2025 at 8:48 PM in reply to: Metabox + Elementor: Card Images Breaking When Certain Words Appear in Title/Des #49526Peter
ModeratorHello there,
Could you please share your admin account by submitting this contact form?
https://metabox.io/contact/I will take a closer look.
December 11, 2025 at 2:24 PM in reply to: ✅Metabox deactivated after critical error - my mistake - how to recover #49524Peter
ModeratorHello,
Thanks for reaching out.
If you used custom code and updated the post content in the database, I think it isn't possible to get the field groups and post types back.
If you want to fix the error and use Meta Box plugin again, you can try to access the database, table wp_posts, delete posts that have the post typemeta-box(field group) andmb-post-type(post type).Let me know if it helps.
December 10, 2025 at 8:35 PM in reply to: ✅MB Views isn't working and I checked both browsers #49523Peter
ModeratorHello,
On my demo site, I can click on the Post fields and other fields properly without any issue. On your site, it could be affected by a third-party plugin or custom code. Please try to deactivate all plugins except Meta Box plugin, switch to a WordPress theme and recheck the issue.
Let me know how it goes.
December 8, 2025 at 11:22 PM in reply to: Metabox seems to be setting the ep_mask as a string #49519Peter
ModeratorHello Emma,
Thanks for reaching out and sharing the solution.
Currently, MB Custom Post Type doesn't support the
ep_masksetting. I will share this feedback with the dev team to support this setting for future development.Peter
ModeratorHello,
If the post doesn't have the excerpt and you want to show the excerpt from the post content, you can use the code
{{ mb.the_excerpt() }}use the proxy
mb.to call a PHP function in the View editor. Following the documentation https://docs.metabox.io/extensions/mb-views/#running-php-functionsDecember 7, 2025 at 10:23 PM in reply to: ✅MB Views isn't working and I checked both browsers #49517Peter
ModeratorHello Ryan,
Thanks for reaching out.
Can you please share some screenshots of settings on the View template or a screen record of the issue on your site?
December 7, 2025 at 10:16 PM in reply to: Timing of MB_Relationships_API::get_connected() in rwmb_after_save_post #49516Peter
ModeratorHello,
Thanks for reaching out.
I suggest you use the hook
mb_relationships_addto ensure the relationship is added between two objects. Regarding the fallback code, the helper functionrwmb_meta()doesn't support passing the second argument like this['type'=>'relationship'], which obviously doesn't work.Please read more about the hook in the documentation https://docs.metabox.io/extensions/mb-relationships
Peter
ModeratorHello,
I mean, the excerpt when you edit the post, please check this screenshot https://ibb.co/DDmpV8RD
Peter
ModeratorHello,
The issue with the taxonomy term could be affected by a third-party plugin or custom code on your site. Please try to deactivate all plugins except Meta Box, switch to a WordPress theme and recheck this.
If it still doesn't help, you can copy your local site to an online hosting, then share the admin account with me. I will help you investigate the issue.
Peter
ModeratorHello,
You can enable WP debug log and reproduce the issue on your site, then share the error message in the debug log with me. I will help you check the issue.
Following the documentation
https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/Thanks.
Peter
ModeratorHello,
You can use the filter hook
block_categories_allto create a custom category for blocks. Following WordPress documentation https://developer.wordpress.org/reference/hooks/block_categories_all/Peter
ModeratorCould you please edit a post in the first comment and share a screenshot of the post excerpt?
December 5, 2025 at 9:45 PM in reply to: Will you develop support for Gutenberg to capture meta box data? #49502Peter
ModeratorHello,
WordPress now supports the feature block bindings, you can use it to get data from a custom field and display it on a block content. Following this article
https://rudrastyh.com/wordpress/block-bindings-api.html
and WordPress documentation https://developer.wordpress.org/block-editor/reference-guides/block-api/block-bindings/Besides that, you can create custom blocks with MB Blocks and save field value to the default table post meta.
https://docs.metabox.io/extensions/mb-blocks/Peter
ModeratorHello,
Thanks for reaching out.
Do the posts have excerpt content? Can you please recheck this?
-
AuthorPosts