How to install this include/ exclude plugin ?

Support MB Include Exclude How to install this include/ exclude plugin ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #198
    mukimuki
    Participant

    Sorry, I'm web designer, not developer, so I really have no idea how to install and use it correctly.

    Q1.I put it in plugins/metabox , or theme/my-theme/, when I enter admin panel, it show the same warning:
    Warning: Invalid argument supplied for foreach() in /home/mukispac/public_html/yu-teng/wp-content/plugins/meta-box/inc/init.php on line 17

    can you provide more specific install step? thanks!

    Q2.I use your snippet from https://github.com/rilwis/meta-box/blob/master/demo/demo.php
    If I want to use include function, did I do correct about add below code? or have to insert more setting ?
    'include' => array(
    'ID' => array(2)
    ),

    Q3. The last, but the most stupid question..., I don't know how to show the meta box information in my WordPress Web site...
    I try to insert "<?php echo rwmb_meta_boxes() ?>, but it doesn't work, and I can't find any documents tell me this step :[ (Maybe only I don't know)

    thanks

    #200
    Anh TranAnh Tran
    Keymaster

    Hi, thank you for purchasing my include / exclude extension 🙂

    Regarding your questions:

    Q1: Each extension is simply a plugin. So you can install it like a normal plugin by go to Plugin page, choose Add New, then choose Upload and upload the .zip file.

    After uploading, activate it. That's all.

    Q2: Yes, that's correct. For more information, please read the documentation.

    Q3: To display meta value in the frontend, you should use the function rwmb_meta(), like this:

    echo rwmb_meta( 'field_id' );

    For more information about the function arguments, please read this documentation.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to install this include/ exclude plugin ?’ is closed to new replies.