badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Attitude Free: Show simple page (no header, no footer)

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #86153
    les.g.woolsey
    Participant

    I want to have a very simple page that has just the content area. I can turn off the left & right sidebars but I can’t turn off the header, menu or footer. I tried adding a new page format but when I delete the <?php get_header(); ?> & <?php get_footer(); ?> lines, the page loses all formatting. If I just remove the footer, I get an error about missing Javascript.

    I could live with the header, if I could eliminate the menus. I definitely need to remove the footer for this one page.

    Any thoughts?

    Thanks
    Les

    #86155
    les.g.woolsey
    Participant

    Never mind, I figured it out.

    Thanks
    Les

    #93094
    tritto.fla
    Participant

    Hello Les,
    could you tell me how you solved it?
    I am trying to do the same but I dont make it!
    Thanks a lot in advance,
    Flavia

    #93467

    Hi tritto.fla,

    Please go to ‘Appearance > Customize > Design Options > Custom CSS’ and paste the below Custom CSS code.

    header#branding,
    footer#colophon {
    	display: none;
    }

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.