Multiple Page Display
-
trying to get it to work on 2+ pages
Does not seem to work
!wp_is_mobile() && is_page('home') && is_page('about-us')nor does
!wp_is_mobile() && is_page('home','about-us')is there a way to do this?
The topic ‘Multiple Page Display’ is closed to new replies.