• 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

eleven40 theme: Front page shows 100 characters. How to change to excerpt?

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 › eleven40 theme: Front page shows 100 characters. How to change to excerpt?

This topic is: not resolved
  • This topic has 8 replies, 3 voices, and was last updated 7 years, 6 months ago by Erika.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • March 17, 2018 at 11:59 am #218020
    chrisjeub
    Participant

    On the front page of the eleven40 them, the blog posts following the first show 100 characters with "read more" following. I would rather have the Excerpt show, along with the "read more" link. How do I change this?

    http://thickovertwell.wp60.com/
    March 17, 2018 at 1:01 pm #218026
    Erika
    Participant

    Hi Chris,

    When viewing the homepage of your site logged in, click "Customize" in the black admin bar up top and in the panel that opens up, select Theme Settings, then Content Archives. Choose the show Excerpts option.

    Once that is done, add the following code at the bottom of your Functions.php file:

    // Add Read More Link to Excerpts
    add_filter( 'the_excerpt', 'link_excerpt_more' );
    
    function link_excerpt_more( $output ) {
    
    $more = sprintf( ' <a href="%s" class="more-link" rel="bookmark">' . __( 'Read More' ) . '</a>', esc_url( get_permalink() ) );
    
    return $output . $more;
    }

    Let me know if this helps!

    March 17, 2018 at 4:28 pm #218034
    chrisjeub
    Participant

    This worked for archive pages, but not the front page of the eleven40 Pro Theme. If you scroll down to the list of 8 additional articles (underneath the main article), the excerpt is not published; instead, it is 100 characters with a "continue reading" link. I want the excerpt to publish instead.

    Ideas?

    March 18, 2018 at 7:50 am #218049
    Erika
    Participant

    Try setting a manual excerpt for one of the posts you'd like to see changed and see if that works. Go into the post editor and click the Screen Options button at the top of the page. Check Excerpts if it's not already, then put a custom excerpt into the box that shows beneath the text editor.

    March 18, 2018 at 8:25 am #218051
    Andrea Rennick
    Member

    This theme is different, Use the more tag in the post like we did on the demo.


    **forum signature**
    If you need technical support for your theme please file a ticket.

    The forums are community based. Staff only monitors the forum for issues relating to the forum itself and to redirect users to where they need to go.

    March 18, 2018 at 11:57 am #218065
    chrisjeub
    Participant

    I've got that much done already, Erika. The excerpts are entered, and they appear in blogroll pages, but differently on the front page.

    Andrea, the more-tag won't work for my content. I preload metadata, and that's what is showing up on the front page.

    This appears to be a tough solution, tougher than I thought it would be. I assumed I'd just add a function of some sort. Any other ideas?

    March 18, 2018 at 5:26 pm #218071
    Erika
    Participant

    Hi Chris,

    I don't have anymore ideas from where I'm standing, but I could fix this if I can inspect the site myself. If you want to email me at [email protected], I can quote you a modest price for resolving this issue.

    March 19, 2018 at 5:37 am #218093
    chrisjeub
    Participant

    Thanks Erika, but I already have a developer in the wings to help. I had hoped I could figure this out myself.

    March 19, 2018 at 7:44 am #218097
    Erika
    Participant

    No problem. Good luck!

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