• Resolved nomdev

    (@nomdev)


    Hello,
    is there any way, to register a metabox on a specific page or post (per id or ideally per slug)? Something like
    'post_types' => array( 'post' => array(77, 120) )
    or
    'post_types' => array( 'page' => array('about-us', 'contact') )

    Thank You.

    (working on current metabox.io version 4.5.5 )

    https://wordpress.org/plugins/meta-box/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Anh Tran

    (@rilwis)

    Hi, you can do that with the Include Exclude extension.

    If you prefer interactive mode (like when you choose a page template, a meta box appear), then you can use the Show Hide extension.

    If you need more advanced options, like hiding not only meta boxes, but also fields, you can use the Conditional Logic extension.

    Enjoy the plugin!

    Thread Starter nomdev

    (@nomdev)

    Thank you for your response,
    i think that Include Exclude extension covers my needs. With the addition of these extensions, we have a complete and powerfull developer suite, that turns wp into a flexible cms. Keep on the good work and clean coding.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Register metabox on specific post/page ?’ is closed to new replies.