• 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

Minimum Theme Blog Portion Removal

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 › Minimum Theme Blog Portion Removal

This topic is: resolved

Tagged: blog, minimum

  • This topic has 4 replies, 2 voices, and was last updated 11 years, 8 months ago by mimi44.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • October 1, 2013 at 12:20 pm #64971
    mimi44
    Member

    Good day!

    Can i get some help on removing a part of my homepage? The blog part under my minimum homepage http://www.wabable.com has a "read more" button that doesn't work. So i wanted to remove this blog portion and instead be able to put one of the pages. Is this possible?

    What kind of code would i have to change?

    Thank you!
    Camille

    http://wabable.com
    October 1, 2013 at 7:05 pm #65025
    Tom
    Participant

    You appear to have one blog post, #275, by author 'wabable', in 'uncategorized' (http://wabable.com/author/wabable). This seems to have been published at one time as "http://wabable.com/howitworks". It is possible you need to re-save your permalink structure.

    To clean it up, you could just transfer the content of this post to a page. Then just remove whatever is in the Blog Widget area.

    No code required :).


    Choose your next site design from over 350 Genesis themes.
    [ Follow me: Twitter ] [ Follow Themes: Twitter ] [ My Favourite Webhost ]

    October 2, 2013 at 6:59 pm #65155
    mimi44
    Member

    Hi Tom!
    Thanks for your response. I resaved the permalink structure and it worked. However the post part on the bottom of the homepage is not a blog widget. Its part of the structure and im unable to remove it from the widget area.
    Can i ask for advice on how to edit the homepage code to remove it and change it to pages instead of posts?

    Thanks so much!

    CAmille

    October 2, 2013 at 10:21 pm #65172
    Tom
    Participant

    Hi Camille (or CAmille - are you from CAnada?),

    Sorry about that - I saw your Minimum-themed site but "Modern Portfolio" registered in my head!

    You can make this whole section not display with one CSS statement at the bottom of the file style.css:

    .minimum #inner {
    display: none;
    }

    An additional step to do this properly is to remove the actual loop process that is running to create the blog section:

    To remove the blog section from the front page of the Minimum theme, open up home.php. At the bottom of the file, find the section with the following code and either comment it out or delete it;

    add_action( 'genesis_loop', 'minimum_grid_loop_helper' );
    function minimum_grid_loop_helper() {
    
    	if ( function_exists( 'genesis_grid_loop' ) ) {
    		genesis_grid_loop( array(
    			'features' 				=> 0,
    			'feature_image_size' 	=> 'featured',
    			'feature_image_class' 	=> 'post-image',
    			'feature_content_limit' => 0,
    			'grid_image_size'		=> 0,
    			'grid_image_class'		=> 'alignnone',
    			'grid_content_limit' 	=> 250,
    			'more'					=> __( '[Read more]', 'minimum' ),
    		) );
    	} else {
    		genesis_standard_loop();
    	}
    
    }

    Be sure not to touch the last line in the file: genesis();

    Just doing this alone would allow the #inner div to continue to display, leaving a white band with top border under the 'home-feature' circle sections. That CSS change we did makes sure that this does not display.

    Have fun with your video site!


    Choose your next site design from over 350 Genesis themes.
    [ Follow me: Twitter ] [ Follow Themes: Twitter ] [ My Favourite Webhost ]

    October 3, 2013 at 3:22 pm #65257
    mimi44
    Member

    Tom...you are amazing! It worked, thank you soooo much!

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Minimum Theme Blog Portion Removal’ 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

© 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