Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi there.

    First of all great plugin! I’ve tried using the code above for multiple pages. This is the code I used:
    function disable_fancybox() {
    if (is_page array(‘photos’,’artwork’)) {
    remove_action(‘wp_print_scripts’, ‘mfbfw_load’);
    remove_action(‘wp_print_styles’, ‘mfbfw_css’);
    remove_action(‘wp_head’, ‘mfbfw_init’);
    }
    }
    add_action(‘wp_head’, ‘disable_fancybox’, 1);

    and this is the error code I get:
    Parse error: syntax error, unexpected T_ARRAY in /home2/bassfoun/public_html/wp-content/themes/bassfoundation/functions.php on line 515

    line 515 is: if (is_page array(‘photos’,’artwork’)) {

    Really stuck with this and hope you can help ??

    Many thanks,

    Maarten

Viewing 1 replies (of 1 total)