• 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • as one of the options: I’ve found in footer.php just comment out all that is between <? php and?>.
    Usually helps 🙂

    Thread Starter dandpc

    (@dandpc)

    Im in the footer.php what do you mean by comment out all that is between <? php and ?> ?

    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
    */ ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable Footer’ is closed to new replies.