• 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

How to show content archives on home with first post as full post

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 › How to show content archives on home with first post as full post

This topic is: not resolved

Tagged: first post, full content

  • This topic has 1 reply, 2 voices, and was last updated 6 years, 9 months ago by Brad Dalton.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • August 2, 2016 at 3:49 am #190633
    webkompaan
    Participant

    I found this code that does exactly this, but also for archives, not only the homepage. When I remove is_archive () from this code, it breaks the WP gallery display. Only four of six images are displayed. When I add back is_archive() all six images in the gallery are displayed.

    How can I modify this code so that it shows the first post on the homepage as full post, and without breaking the gallery?
    You can see the post here: https://www.jacktummers.nl/

    add_action( 'genesis_before_loop', 'sk_custom_content_display' );
    
    function sk_custom_content_display() {
    	if ( ( is_home() || is_archive() ) ) {
    		add_filter( 'genesis_pre_get_option_content_archive_thumbnail', 'sk_return_zero' );
    		add_filter( 'genesis_pre_get_option_content_archive', 'sk_return_full' );
    		add_filter( 'genesis_pre_get_option_content_archive_limit', 'sk_return_zero' );
    	}
    }
    
    function sk_return_zero() {
    	global $wp_query;
    
    	if ( ( $wp_query->current_post == 0 ) ) {
    		return '0';
    	}
    }
    
    function sk_return_full() {
    	global $wp_query;
    
    	if ( ( $wp_query->current_post == 0 ) ) {
    		return 'full';
    	}
    }
    https://www.jacktummers.nl/
    September 1, 2016 at 2:03 am #192449
    Brad Dalton
    Participant

    This is a solution i spent several hours working out.


    Tutorials for StudioPress Themes & WooCommerce.

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

© 2023 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