bmwaldrop
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Developing with WordPress
In reply to: Two separate footersOK,
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.
PageForum: Developing with WordPress
In reply to: Displaying two different footersHere’s the link Resource Library
I don’t think it’s a problem with any other code and/or plugin. It was working when I set it to a different page id. I then changed it to the new page and it stopped working. So I changed it back and it’s still not working, I’m dumbfounded, but feel it’s something simple that I’m overlooking.
- This reply was modified 8 years, 4 months ago by Jan Dembowski. Reason: Removed shortlink
Forum: Developing with WordPress
In reply to: Displaying two different footersYes, it is static. I changed the code to the following, but it’s not working.
<?php if (is_page ('resource-library') ): get_footer('member'); else : get_footer(); endif; ?>
Viewing 3 replies - 1 through 3 (of 3 total)