@ninenote
This fix works great for one page! Thanks for posting.
But I can’t seem to make this work for multiple pages. Can you help?
I’ve tried all of the following, and none of them work for more than one page:
<?php if($post->ID !=xxx,yyy,zzz): ?>
<?php if($post->ID != xxx,yy): ?>
<?php if($post->ID !=’xx’,’yy’): ?>
<?php if (!is_page(array(‘Page Title’, ‘other-page-title’, 29))) { ?>
I know there’s an easy fix, and I’ll probably kick myself later. But I’m about ready to pull my hair out!
I’ve got several other php exclusions running just fine (like excluding specific pages when the “list all” feature is used, etc…). I’m at a loss…
O_o
Thanks!