• nzachary

    (@nzachary)


    Hi,
    I’m using WOO hustle theme, and I want to edit one page on my website to have no header or footer. How do I do this?

Viewing 1 replies (of 1 total)
  • W.P. Ginfo

    (@wp-ginfo)

    Hi nzachary,

    Install the following plugin:

    SuperSlider-Perpost-Code. This will add an extra field below the WP-edit page.
    It will allow you to enter css / javascript that will be applied only to the one page / post currently bein edited.

    To not show the header/footer: [guestimate: I can’t see your theme or site and css]

    #header { display:none;}
    #footer { display:none;}

    == == == NOTE
    To make these kind of changes to your site requires you to make changes to your CSS and / or html and php.
    Before you do anything else…

    Make a backup of your site!!

    1. Use FTP to backup the files.
    2. Make sure to also backup your database.
    3. Create / use a childtheme

    4. Don’t make any changes to a theme itself. Instead make the changes to a childtheme. Should the author of your original theme update the theme, your changes will not be overwritten. Your site with your adaptations will remain intact.
      Suggestion: use the ‘one click childtheme plugin’.
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove header and footer for just one page?’ is closed to new replies.