Display Meta Box only on some pages

Support MB Conditional Logic Display Meta Box only on some pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4543
    PipoPipo
    Participant

    Hi,

    I'm using the MB 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!

    #4557
    Anh TranAnh Tran
    Keymaster

    Hi Pipo,

    You need to use either the extension Conditional Logic or Include Exclude to do that. The Builder extension on its own doesn't support this.

    #4608
    Tan NguyenTan Nguyen
    Participant

    Dear Pipo,

    If you installed and activated the Conditional Logic, in the Builder, navigate to Settings page, then add

    Visible when post_ID = 4

    and it should works 🙂

    #4615
    PipoPipo
    Participant

    Sorry, I haven't replied!! I've installed the Include Exclude plugin and everything works fine. Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Display Meta Box only on some pages’ is closed to new replies.