if ( ! is_page() ) not working, need help…
-
Heya,
None of these statements seem to work…
if( ! is_page('blog') ) { wp_breadcrumbs(); }
or
if( !is_page('blog') ) { wp_breadcrumbs(); }
or
if( ! is_page(950) ) { wp_breadcrumbs(); }
or
if( !is_page(950) ) { wp_breadcrumbs(); }
Yet this one does:
if( !is_front_page() ) { wp_breadcrumbs(); }
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘if ( ! is_page() ) not working, need help…’ is closed to new replies.