• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

How to eliminate header and footer of page on parallax

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › How to eliminate header and footer of page on parallax

This topic is: resolved

Tagged: blank page, parallax

  • This topic has 2 replies, 2 voices, and was last updated 11 years, 4 months ago by Frankie101.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • February 12, 2015 at 11:45 pm #140674
    Frankie101
    Member

    Hi,

    I'm trying to create a blank page on parallax, but I'm having trouble eliminating the header and footer. I only want to eliminate it for this particular page.
    http://www.assistmyrun.com/follow-us
    I still want to keep my header and footer for my other pages/posts, but for this particular page, I want it completely blank. Is there any way I could do that?

    http://www.assistmyrun.com/follow-us
    February 13, 2015 at 12:34 pm #140726
    WisdmLabs
    Member

    Hi,
    Create a new page template file in your theme folder named 'template-blank.php' and write the below code in it:

    <?php
    /*
    Template Name: Blank Template
    */
    
    //Remove Header with markup
    remove_action( 'genesis_header', 'genesis_header_markup_open', 5 );
    remove_action( 'genesis_header', 'genesis_do_header' );
    remove_action( 'genesis_header', 'genesis_header_markup_close', 15 );
    
    //Remove Navigation below the header
    remove_action( 'genesis_after_header', 'genesis_do_nav' );
    
    //Remove Footer with markup
    remove_action( 'genesis_footer', 'genesis_footer_markup_open', 5 );
    remove_action( 'genesis_footer', 'genesis_do_footer' );
    remove_action( 'genesis_footer', 'genesis_footer_markup_close', 15 );
    
    genesis();

    Go to backend and edit the page from where you want to remove the header and footer. You would see an option to assign Page template on the right side. Select 'Blank Template' from the dropdown and update the page.


    http://wisdmlabs.com/

    February 15, 2015 at 1:08 am #140894
    Frankie101
    Member

    Thank you!

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble