Title: bmwaldrop's Replies | WordPress.org

---

# bmwaldrop

  [  ](https://wordpress.org/support/users/bmwaldrop/)

 *   [Profile](https://wordpress.org/support/users/bmwaldrop/)
 *   [Topics Started](https://wordpress.org/support/users/bmwaldrop/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bmwaldrop/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bmwaldrop/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bmwaldrop/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bmwaldrop/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bmwaldrop/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Two separate footers](https://wordpress.org/support/topic/two-separate-footers/)
 *  Thread Starter [bmwaldrop](https://wordpress.org/support/users/bmwaldrop/)
 * (@bmwaldrop)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/two-separate-footers/#post-9820477)
 * 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](https://wordpress.org/support/users/bmwaldrop/replies/www.carleybakker.com/resource-library/?output_format=md)
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Displaying two different footers](https://wordpress.org/support/topic/displaying-two-different-footers/)
 *  Thread Starter [bmwaldrop](https://wordpress.org/support/users/bmwaldrop/)
 * (@bmwaldrop)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/displaying-two-different-footers/#post-9817125)
 * Here’s the link [Resource Library](http://www.carleybakker.com/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](https://wordpress.org/support/users/jdembowski/).
      Reason: Removed shortlink
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Displaying two different footers](https://wordpress.org/support/topic/displaying-two-different-footers/)
 *  Thread Starter [bmwaldrop](https://wordpress.org/support/users/bmwaldrop/)
 * (@bmwaldrop)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/displaying-two-different-footers/#post-9816372)
 * Yes, 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)