Viewing 1 replies (of 1 total)
  • <?php if(!is_page( array( 58, 'about-me', 'About Me And Bill' ) )){
    // do something
    }else{
    //do something else
    }

    The ! says “if it is not a page with ID 58, about-me, About Me and Bill”

    untested but I think this is right

    M

Viewing 1 replies (of 1 total)
  • The topic ‘How to exclude social sharing from certain pages?’ is closed to new replies.