• 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

Beautiful Pro post list customization

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 › Beautiful Pro post list customization

This topic is: not resolved

Tagged: beautiful pro, customization, genesis, post list, theme

  • This topic has 4 replies, 2 voices, and was last updated 11 years, 10 months ago by epoc.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • December 22, 2013 at 5:45 am #80742
    epoc
    Member

    Hi guys,
    I'd like to get the same structure of this blog on mine:
    http://pinchofyum.com/

    My blog url is this:
    http://cosefatteincasa.it/

    It's build on Genesis with the Beautiful Pro theme.

    My goal is to have the first article in evidence, with a big picture, and other posts with thumbnails.

    How can I do it?

    Thanks for help!

    December 22, 2013 at 6:30 am #80744
    Genesis Developer
    Member

    Is your home page widgetize? There have some widgets like home top, home bottom at Dashboard -> Appearance ->Widgets Section?


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

    December 22, 2013 at 6:44 am #80745
    epoc
    Member

    This is the Beautiful Pro theme widgets structure:

    December 22, 2013 at 7:07 am #80747
    Genesis Developer
    Member

    Ok. Add this code in home.php file. Please keep a backup first.

    remove_action( 'genesis_entry_content', 'genesis_do_post_image', 8 );
    remove_action( 'genesis_post_content', 'genesis_do_post_image' );
    
    add_action( 'genesis_entry_content', 'genesis_do_custom_post_image', 8 );
    add_action( 'genesis_post_content', 'genesis_do_custom_post_image' );
    
    function genesis_do_custom_post_image(){
        global $wp_query;
         if ( ! is_singular() && genesis_get_option( 'content_archive_thumbnail' ) ) {
              if($wp_query->current_post <=0){
    		$img = genesis_get_image( array(
    			'format'  => 'html',
    			'size'    => genesis_get_option( 'image_size' ),
    			'context' => 'archive',
    			'attr'    => genesis_parse_attr( 'entry-image' ),
    		) );
               }else{
                   $img = genesis_get_image( array(
    			'format'  => 'html',
    			'size'    => 'thumbnail',
    			'context' => 'archive',
    			'attr'    => genesis_parse_attr( 'entry-image' ),
    		) );
              }
    
    		if ( ! empty( $img ) )
    			printf( '<a href="%s" title="%s">%s</a>', get_permalink(), the_title_attribute( 'echo=0' ), $img );
    	}
    }

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

    January 5, 2014 at 3:33 am #83342
    epoc
    Member

    Mmmm.. I don't have a home.php file.

  • 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

© 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