Hi,
I'm using the Meta Box Builder plugin and I'm trying to make my meta box only display on some pages. For exemple let's say I want to display the metabox only if is_page(4), how would I do that with the Builder ?
I've tried conditional logic with "post_ID" = "4" but it's not working. Thanks for your help!