• 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

agentpress pro template page

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 › Design Tips and Tricks › agentpress pro template page

This topic is: not resolved

Tagged: template

  • This topic has 1 reply, 2 voices, and was last updated 9 years, 9 months ago by Tom.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • September 23, 2015 at 6:09 am #166443
    rtibbs4
    Participant

    Hello,

    I need a full width template page. I know I can choose full width with posts and pages but there isn't one saved (apparently) as a template. Only Landing, Blog, Archive and of course default which has a sidebar.

    Can anyone direct me to the easiest way to create a full page layout and save it as a template page? When I say full width I am looking to do exactly the same full width the theme provides ... but I need it as a template with the others mentioned above.

    In the past I have modified the Landing page template but I really need the landing page for other things.

    Thanks.


    Thanks, Randy

    http://andover-northandover.com
    September 28, 2015 at 2:43 pm #166882
    Tom
    Participant
    <?php
    /**
     * Template Name: Full-Page-Width
     */
    
    // Force layout to full-width-content
    add_filter('genesis_pre_get_option_site_layout', 'full_page_width');
    function full_page_width($layout) {
        $layout = 'full-width-content';
        return $layout;
    }
    
    // some code
    
    genesis();
    

    Save to your child theme folder (e.g. "full_width.php")

    Or copy the existing landing page template to an new template and edit as necessary.


    Choose your next site design from over 350 Genesis themes.
    [ Follow me: Twitter ] [ Follow Themes: Twitter ] [ My Favourite Webhost ]

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design Tips and Tricks’ 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