• 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 Pro theme – how to get posts to show 200 characters on the Blog Template

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 › Minimum Pro theme – how to get posts to show 200 characters on the Blog Template

This topic is: resolved
  • This topic has 4 replies, 2 voices, and was last updated 12 years, 2 months ago by pamrburke.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • November 18, 2013 at 11:19 pm #74129
    pamrburke
    Member

    One of these I will be able to no longer say, "I am new at these", but for now I need to be put in the right direction.

    I am currently building my site using Minimum Pro. I only have one post at this time. On the Blog page, I would like the posts to display like on the front page (eventually I will consider moving them from the front page), with a set number of characters. Since my site is currently in maintenance mode I cannot refer you to my site, but here is an example from another site of what I would like to do, http://www.carriedils.com/blog/. I believe this example is using featured images.

    I changed the content archives to display excerpt and I tried changing the display content with 200 characters, but neither of those did the trick. That leads me to believe, I am missing something.

    I do not need the images like in the example I provided, but knowing what to do with and without images would be helpful.

    November 18, 2013 at 11:49 pm #74132
    nutsandbolts
    Member

    Minimum Pro uses the grid loop in its front-page.php file. Try editing that file by finding this toward the bottom:

    //* 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'       => 0,
    			'grid_content_limit'    => 250,
    			'more'                  => __( '[Read more]', 'minimum' ),
    		) );
    	} else {
    		genesis_standard_loop();
    	}
    }

    That content limit is what you'll need to change.


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

    November 19, 2013 at 4:17 am #74153
    pamrburke
    Member

    Thanks for the reply Andrea, but my question was in regards to the blog page. Currently the one post that I have is showing the full content on the blog page. I want it working more like how Carrie has it working on her blog page (mentioned in my previous post). It would be nice to know how to do that with or without an image.

    Thanks

    Pam

    November 19, 2013 at 6:09 am #74163
    pamrburke
    Member

    I found something that gets me most of the way to what I want. The issue is that the only way to get to the post is to click on the post title. There is option for "Read More" or "Continue Reading".

    
    /* Modify the length of post excerpts */
    add_filter( 'excerpt_length', 'sp_excerpt_length' );
    function sp_excerpt_length( $length ) {
    	return 50; // pull first 100 words
    }
    

    Thanks

    Pam

    November 19, 2013 at 2:02 pm #74237
    pamrburke
    Member

    I have no idea why the Content Archives with display post content and limiting the number of characters was not working, but for some reason after I decreased the number of blog posts from 5 to 1, it worked as expected. It even continued to work as I moved up from 1 to 5. At least it worked on this computer. I will check another computer later.

  • 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

© 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