• 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

Parallax Pro – Adding More Featured Sections to Homepage

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 › Parallax Pro – Adding More Featured Sections to Homepage

This topic is: not resolved

Tagged: featured sections, parallax-pro

  • This topic has 4 replies, 5 voices, and was last updated 10 years, 7 months ago by mbangayan.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • March 24, 2015 at 10:25 am #145480
    asmal
    Member

    Currently there are only 5 featured sections on the homepage (3 with background images). Is there a way to add more sections?

    For example, lets say I wanted to increase it to 10 sections which alternate the background just like the standard theme (image, white, image, white, etc...).

    Thank you,
    Asmal

    March 24, 2015 at 11:40 am #145501
    Genesis Developer
    Member

    Add following code in your functions.php file. It will create extra two widget areas

    genesis_register_sidebar( array(
    	'id'          => 'home-section-6',
    	'name'        => __( 'Home Section 6', 'parallax' ),
    	'description' => __( 'This is the home section 6 section.', 'parallax' ),
    ) );
    genesis_register_sidebar( array(
    	'id'          => 'home-section-7',
    	'name'        => __( 'Home Section 7', 'parallax' ),
    	'description' => __( 'This is the home section 7 section.', 'parallax' ),
    ) );

    If you want then you can create more widget areas for home page

    Now edit the font-page.php file. Replace the following line

    if ( is_active_sidebar( 'home-section-1' ) || is_active_sidebar( 'home-section-2' ) || is_active_sidebar( 'home-section-3' ) || is_active_sidebar( 'home-section-4' ) || is_active_sidebar( 'home-section-5' ) ) {

    by

    if ( is_active_sidebar( 'home-section-1' ) || is_active_sidebar( 'home-section-2' ) || is_active_sidebar( 'home-section-3' ) || is_active_sidebar( 'home-section-4' ) || is_active_sidebar( 'home-section-5' ) || is_active_sidebar( 'home-section-6' ) || is_active_sidebar( 'home-section-7' ) ) {

    Also go to line no 86 at same file and add the following code:

    genesis_widget_area( 'home-section-6', array(
    		'before' => '<div class="home-odd home-section-6 widget-area"><div class="wrap">',
    		'after'  => '</div></div>',
    	) );
    genesis_widget_area( 'home-section-7', array(
    		'before' => '<div class="home-odd home-section-7 widget-area"><div class="wrap">',
    		'after'  => '</div></div>',
    	) );

    This is the full process for creating the extra sections on home page.


    Download Genesis Featured Posts Combo Widget | Simple Grid Layouts Plugin for Posts, CPTs and terms
    You can request new tips/help.

    March 24, 2015 at 5:41 pm #145544
    Brad Dalton
    Participant

    This is the full process ( Not Free )


    Tutorials for StudioPress Themes.

    April 18, 2015 at 1:32 pm #148368
    jasonhodge
    Member

    The sections added correctly for me with this method, but they have grey backgrounds. Is there another trick for selecting an image or background color for the additional Home Sections?

    October 3, 2015 at 5:33 pm #167324
    mbangayan
    Member

    Hi Jason.

    Did you find out how to add an image on home section 7?? like 1,3,5?

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

© 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