OK,
SO I had this working,then changed the page id and now it’s no longer working. I tried changing it back to the previous page id and it’s still not working. Ultimatley, I need it on two pages, 6385 and 7187. But if I can get it on this page for now, that’d be a start. Here’s code. Any ideas?
<?php
if (is_page ('6385') ):
get_footer('member');
else :
get_footer();
endif;
?>
Here’s a link if needed.
Page