I'm working on this site:
http://www.asmallbrightidea.com/kingsolver/category/recent-news/
And for some reason the footer is missing from the News page only. It's fine on every other page.
The php file can be found here: http://pastebin.com/dRi6RKd1
It has the footer call, so I am very confused. Thanks in advance!
Kailey Lampert answers:
It's dying in the sidebar, what's sidebar.php look like?
ohlivia13 comments:
looks like this:
http://pastebin.com/mpCnKjct
Kailey Lampert comments:
Hard to tell. Could be one of the custom conditionals (e.g. is_research()), but if it's working on other pages, maybe not...
Turn on [[LINK href="http://codex.wordpress.org/Debugging_in_WordPress"]]debugging[[/LINK]] to try and get the exact error.
ohlivia13 comments:
Thank you! It was something I had added incorrectly.
ohlivia13 comments:
Thank you! It was something I had added incorrectly.
Jerson Baguio answers:
the sidebar causes the issue.. there might be a php error that causes the page not to execute the footer code
Jerson Baguio comments:
Seems to be fixed now