• 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

Add blog posts to static home 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 › Add blog posts to static home page

This topic is: resolved

Tagged: blog post Streamline Pro

  • This topic has 3 replies, 2 voices, and was last updated 11 years, 2 months ago by support.jilladdison.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • March 30, 2015 at 5:23 pm #146206
    support.jilladdison
    Member

    I need to add selected blog posts after the content on my static home page. I need to be able to select the specific posts to display.

    Is it best to add a custom widget that displays after the content of the home page.

    I found a couple of topics asking about doing this, but did not find a good answer.

    Thanks for your help

    March 31, 2015 at 2:00 am #146229
    Ben @ Inbound Creative
    Member

    Simple answer? You're headed in the right direction.

    You will want to use Genesis' hooks function to add a widget area to the relevant hook.


    Award winning web design in Liverpool | UK based Genesis Framework web designer and developer

    April 1, 2015 at 6:17 pm #146406
    support.jilladdison
    Member

    Thank you for your encouragement.

    I added a custom sidebar and added Genesis - Featured Posts to it. This worked fine.

    I am now trying to add the sidebar to the content area of my page. But it is not working. Following is my code. Do you see something wrong ?

    add_action( ‘genesis_entry_content’, ‘home_page_blog_list′,2 );
    function home_page_blog_list() {
    if( is_front_page() ) {
    genesis_widget_area( 'home-blog-list', array(
    'before' => '<div class="blog-intro"><div class="wrap">',
    'after' => '</div></div>',
    ) );
    }
    }

    April 2, 2015 at 3:48 pm #146500
    support.jilladdison
    Member

    I figured it out and wanted to post to anyone else wanting to do the same thing.

    I added the following to functions.php to create the new widget:

    genesis_register_sidebar( array(
    'id' => 'home-blog-list',
    'name' => __( 'Home - Blog List', 'streamline' ),
    'description' => __( 'This will appear on the home page below the content.', 'streamline' ),
    ) );

    In the widgets, I added Featured Post to this widget.

    In front-page.php for my child theme, I added the following:
    add_action( 'genesis_entry_content', 'home_blog_list');
    function home_blog_list() {
    genesis_widget_area( 'home-blog-list', array(
    'before' => '<div id="blog-list">',
    'after' => '</div>',
    ) );

    }

    Thank you to everyone who helped and provided information.

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