Load Box On All Pages But Home Page
-
I’m trying to use a custom function to load box 9108 on any page but the front page.
This code, however (adapted from https://kb.boxzillaplugin.com/advanced-box-rules/), is breaking the site:
add_filter( 'boxzilla_load_box_9108', function( $load ) { return ! is_front_page(); });
I’d love some pointers in the right direction. Having a rule “is home page” or “is not home page” would be hugely helpful! Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Load Box On All Pages But Home Page’ is closed to new replies.