• 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

Balance Theme – Make 1st Post on Home Page Excerpt

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 › Balance Theme – Make 1st Post on Home Page Excerpt

This topic is: resolved
  • This topic has 3 replies, 2 voices, and was last updated 12 years, 11 months ago by KathleenCD.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • July 16, 2013 at 5:34 pm #51043
    KathleenCD
    Member

    I want to show only an excerpt of the most recent post on my home page rather than the full article (Balance Theme). Making the blog page the home page is not a solution as I want to maintain the right & left header widgets. (See http://testsite2nl.com/)

    I see this question asked a number of times but can't find the solution. I did try editing home.php - changing feature content from 0' to 300'. That worked for the text but the image disappeared. I was afraid to tinker further and changed it back. How do I change it to an excerpt while keeping the image?

    Any suggestions would be appreciated.

    http://testsite2nl.com/
    July 16, 2013 at 5:51 pm #51052
    Brad Dalton
    Participant

    Shouldn't remove the image.

    remove_action( 'genesis_loop', 'genesis_do_loop' );
    add_action( 'genesis_loop', 'child_grid_loop_helper' );
    /** Add support for Genesis Grid Loop **/
    function child_grid_loop_helper() {
    
    	if ( function_exists( 'genesis_grid_loop' ) ) {
    	
    		genesis_grid_loop( array(
    			'features' => 1,
    			'feature_image_size' => 'feature',
    			'feature_image_class' => 'align none post-image',
    			'feature_content_limit' => 300,
    			'grid_image_size' => 'grid',
    			'grid_image_class' => 'align none post-image',
    			'grid_content_limit' => 0,
    			'more' => __( 'Continue reading...', 'genesis' ),
    			'posts_per_page' => 6,
    		) );
    
    	}
    
    	else {
    		genesis_standard_loop();
    	}
    
    }
    
    genesis();
    

    This displays the featured image thumbnail and excerpt for the most recent post.

    The other posts display in a grid.

    Do you have this in functions:

    add_image_size( 'feature', 620, 230, TRUE );
    

    Tutorials for StudioPress Themes.

    July 16, 2013 at 6:03 pm #51057
    Brad Dalton
    Participant

    Didn't see your other posts.

    Removing the grid is the best option by commenting the action out and then you can use the Genesis > Theme Settings > Content Archives.


    Tutorials for StudioPress Themes.

    July 16, 2013 at 6:50 pm #51072
    KathleenCD
    Member

    Thanks Brad. Worked like a charm for the post excerpt!

    Still working on commenting out the grid based on the instructions received in a separate post on the topic.

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Balance Theme – Make 1st Post on Home Page Excerpt’ is closed to new 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