• 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

Basic question re Landing Pages

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 › Basic question re Landing Pages

This topic is: not resolved

Tagged: landing page, Prose

  • This topic has 3 replies, 2 voices, and was last updated 10 years, 7 months ago by danakay.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • September 29, 2014 at 8:55 am #126153
    danakay
    Participant

    Newbie question here - Using Prose child theme - how do I set up a plain, blank page to be used as a landing page (sales page, specifically). I see where to have a layout removing sidebars, but the header remains. Thanks in advance.

    September 29, 2014 at 9:07 am #126156
    Brad Dalton
    Participant

    This is the code from the landing.php file which includes the code to remove the header

    <?php
    /*
    Template Name: Landing
    */
    
    // Force full-width page layout setting
    add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );
    
    // Remove header, navigation, breadcrumbs, footer, footer widgets
    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_action( 'genesis_before_header', 'genesis_do_nav' );
    remove_action( 'genesis_after_header', 'genesis_do_subnav' );
    remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );
    remove_action( 'genesis_after', 'genesis_footer_markup_open', 5 );
    remove_action( 'genesis_after', 'genesis_do_footer' );
    remove_action( 'genesis_after', 'genesis_footer_markup_close', 15 );
    remove_action( 'genesis_before_footer', 'genesis_footer_widget_areas' );
    
    genesis();
    

    Not sure why it displays the header.


    Tutorials for StudioPress Themes.

    September 29, 2014 at 9:14 am #126158
    danakay
    Participant

    OK - just to show how new I am at this - where is the template referred to in the code? Perhaps that's my problem; I'm trying to turn a regular page into a landing page.

    September 29, 2014 at 11:34 am #126177
    danakay
    Participant

    I figured it out - used Google to get to http://my.studiopress.com/setup/agency-pro-theme/page-templates/landing-page-template/ - all working great! Thank you for letting me know there is such a template 🙂

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 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

© 2025 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