dandpc
Member
Posted 11 months ago #
I'm trying to disable the footer on http://www.jackiepalmer.net
I'm using 2010 Weaver. I've disabled the footer, however the actual pages are set to no template so the footer has re appeared.
How would i disable or hide the footer when my pages are set to Blank template?
Thanks
Domino_ukraine
Member
Posted 11 months ago #
as one of the options: I've found in footer.php just comment out all that is between <? php and?>.
Usually helps :-)
dandpc
Member
Posted 11 months ago #
Im in the footer.php what do you mean by comment out all that is between <? php and ?> ?
Domino_ukraine
Member
Posted 11 months ago #
If still relevant, just after the sign <?php place /*
and the front of the sign ?> put */
This piece of code will not be read by the server.
should look something like this:
<?php /*
bla-bla
*/ ?>