• 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

Adding Featured Images onto Homepage Minimum Theme

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 › Adding Featured Images onto Homepage Minimum Theme

This topic is: not resolved

Tagged: featured image, homepage posts, Minimum theme

  • This topic has 1 reply, 2 voices, and was last updated 12 years, 6 months ago by nutsandbolts.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • November 11, 2013 at 4:39 pm #72377
    sfigueroa
    Member

    I am trying to add the featured image associated with each blog post so it can show up on the homepage. I tried the code below but it didn't work. Can someone help?

    My site is http://www.chicagohousebuzz.com/

    *******************************************
    //* Genesis grid loop
    function minimum_grid_loop_helper() {

    if ( function_exists( 'genesis_grid_loop' ) ) {
    genesis_grid_loop( array(
    'features' => 0,
    'feature_image_size' => 0,
    'feature_content_limit' => 0,
    'grid_image_size' => 150,
    'grid_content_limit' => 100,
    'more' => __( '[Read more]', 'minimum' ),
    ) );
    } else {

    genesis_standard_loop();

    }

    }

    http://www.chicagohousebuzz.com
    November 11, 2013 at 4:51 pm #72381
    nutsandbolts
    Member

    For the grid image size, instead of a number, you'll need to assign an image size. So in functions.php, you'd want to use something like this to show thumbnails:

    // Add grid thumbnails
    add_image_size('grid-thumbnail', 150, 150, TRUE);

    Then for grid_image_size, use 'grid_image_size' => 'grid-thumbnail', instead of 'grid_image_size' => '150', and it should display them correctly.


    Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
    I provide development and training services for designers • Find me on Twitter and Google+

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

© 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