Overwrite Custom Meta Box in child theme to be displayed on CPT

  • Resolved
    Posted in: Boldial WP  

  • Member
    OlalaWeb
    July 3, 2014 at 11:57 am #3241

    Hi,

    I’m using CPT in a child theme for Boldial and I’m also using Post Format for these CPT.

    Consequently, I’d like to use your Custom Meta Box for Post Format for my CPT.

    I’ve found this in BOLDIAL > ASSETS > FRAMEWORK > WP > POSTS > custom-meta-boxes.php
    add_ishyo_meta_box(‘iyb_meta_post_link’, array(
    ‘title’ => __(‘Link settings’, ‘ishyoboy’),
    ‘pages’ => array(‘post’, ‘liens’, ‘sites’),
    ‘context’ => ‘normal’,
    ‘priority’ => ‘high’, etc…

    I’ve added my CPT slugs (‘liens’ and ‘sites’ and it is working OK :) but it would be delete upon next theme update.

    So I’d like to know how to add these conditions to your custom action in my child theme ?

    Thank you for your support,

    Regards,

    Matt

    Sorry, this forum is for verified users only. Please Login / Register to continue
    or get 6 months support forum access to all forum topics for a reduced price.

Comments are closed.