Displaying two different footers
-
I’m trying to display a different footer on “membership” pages. I set it up the other day and it was working on one page. I then went in and changed the page id number, and now it’s not displaying the new footer. Instead it’s displaying the same footer as every other page. Any idea what I’m doing wrong?
<?php if (is_page (7188) ): get_footer('member'); else : get_footer(); endif; ?>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Displaying two different footers’ is closed to new replies.