Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Thanks for reaching out.
In case of using Oxygen Builder, please reach out to them if you have any issues with installation, configuration, compatibility, or usage.
Refer to our support policy https://metabox.io/support/topic/support-policy/August 18, 2025 at 10:27 PM in reply to: ✅Getting query parameters from URL. It works and it doesn't #48757Peter
ModeratorHello Eddy,
It isn't possible to assign a variable to a shortcode like that. You have to assign a value to a variable: string, number, array, object ... For example:
{% set username = 'my-name' %}or a function that returns the expected value:
{% set username = mb.my_function_name() %}If you are not familiar with this, we offer a customization service with an extra fee. Please contact us here https://metabox.io/contact/ for more details.
Peter
ModeratorYes, and update Meta Box AIO to the new version 3.0.0 to get the updates from MB Custom Post Types also.
Thank you.
Peter
ModeratorHello Ben,
Thanks for reaching out.
No, you can update the single plugin MB Custom Post Types to the new version properly. However, you can use only one plugin Meta Box AIO and deactivate Meta Box, MB Custom Post Types, still get the full features of Meta Box plugins.
Peter
ModeratorHello,
There isn't a list of all filter/action hooks of Meta Box plugins. Because some of them are rarely used, we have a list of filter/action hooks that are usually used. Please check the documentation https://docs.metabox.io/category/references/
Thanks.
Peter
ModeratorHello,
The re-order posts feature is applied to the CPT created by Meta Box only. For the default Post and Page of WordPress, you can use another plugin to sort posts or pages.
August 14, 2025 at 11:18 PM in reply to: Cloneable Group Data Not Displaying in Backend Edit Screen #48742Peter
ModeratorHello,
Please enable the option
Save field valuefor sub-fields in the group field to show the saved value, check this screenshot https://imgur.com/0EOEca2Let me know if it helps.
Peter
ModeratorHello,
You can try to use the filter hook
rwmb_validation_message_stringto customize the validation message. The code is located in the file/wp-content/plugins/meta-box-aio/vendor/meta-box/meta-box/inc/validation.phpAugust 14, 2025 at 11:06 PM in reply to: Issue with role__in query arg to get users with specific roles #48740Peter
ModeratorHello,
Yes, you can pass multiple values to an argument by using the dot notation.
role__in.0=>vendor
role__in.1=>administratorPlease follow the documentation https://docs.metabox.io/extensions/meta-box-builder/#dot-notation
Peter
ModeratorHello,
You can create a new custom post type with Meta Box and enable option "Re-order posts" in the Features tab to re-order posts. Please check this screenshot https://ibb.co/HDBv9WQW
and follow the documentation https://docs.metabox.io/extensions/mb-custom-post-type/
Peter
ModeratorHello,
Please update Meta Box plugin to version 5.10.13 to fix it. Let me know if you still experience this issue.
Thank you.
Peter
ModeratorHello,
Please update Meta Box plugin to version 5.10.13 to fix it. Let me know if you still experience this issue.
Thank you.
Peter
ModeratorHello,
Please update Meta Box plugin to version 5.10.13 to fix it. Let me know if you still experience this issue.
Thank you.
Peter
ModeratorHello Rik,
Thanks for your feedback.
I'm not able to reproduce the issue on my site with Meta Box 5.10.12 and Meta Box AIO 2.3.1. You can try to deactivate Meta Box single plugin and use only Meta Box AIO to fix the issue.
Peter
ModeratorHello,
I will only use the 1 entry for the fields. No need for a loop, we will only change the info as needed from the 1 post.If you want to get one field value to display on all pages, you can consider using the Settings page, like the theme options. No need to use a post or a page that can be deleted after.
Following the documentation https://docs.metabox.io/extensions/mb-settings-page/ -
AuthorPosts