• 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

Unable to display Manual Post Summaries on Category Archive Pages (Magazine Pro)

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 › Unable to display Manual Post Summaries on Category Archive Pages (Magazine Pro)

This topic is: resolved

Tagged: Excerpt, manual excerpts

  • This topic has 3 replies, 3 voices, and was last updated 5 years, 11 months ago by carter.scott.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • July 22, 2019 at 3:24 pm #492489
    carter.scott
    Member

    Hey all,

    I want to control the Summary that is shown for each post on the post feeds seen on my Category Archive pages. I've tried changing my metadescription/snippet using Yoast SEO, and have also tried inserting a "Manual Excerpt" in the post editor, but for some reason it ALWAYS pulls my first X characters to use as the display summary and doesn't take cues from my metadescription or manual excerpt. How do I individually customize the summaries that it shows for each post in the feed?

    I think it has to be something with the Magazine Pro Theme, because just about everything I find online says that one of ^those^ solutions should definitely work. But I think the theme must be pulling from something other than "Excerpt" to fill these summaries.

    As you can see on the category archive I linked to in the URL, this becomes a problem when we have a series of content where each post always begins with the same couple sentences. 🙁

    https://centralsauce.com/category/discover
    July 22, 2019 at 10:37 pm #492492
    Genesis Developer
    Member

    There have excerpt box below the WP Editor. You can add your manual content here for all posts.

    Next you can add this PHP code into Magazine Pro theme's functions.php file

    add_action( 'genesis_entry_content', 'paulc_do_post_excerpt', 1 );
    
    function paulc_do_post_excerpt() {
    	
    	if( ! is_category() )
    		return;
    
    	//* Removes the default post content action
    	remove_action( 'genesis_entry_content', 'genesis_do_post_content' );
    
    	//* Disply the manual excerpt on category archive pages
    	add_action( 'genesis_entry_content', 'paulc_do_cat_post_content' );
    }
    
    function paulc_do_cat_post_content() {
    	
    	the_excerpt();
    
    }

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

    July 23, 2019 at 12:18 am #492494
    Brad Dalton
    Participant

    Go to > Genesis > Theme Settings > Content Archives and change the setting to Entry excerpts.

    This will display the manual excerpt added to each post.

    Otherwise, you can use a custom archive page template for Genesis to customize any archive page type.


    Tutorials for StudioPress Themes.

    July 23, 2019 at 10:06 am #492508
    carter.scott
    Member

    Thank you both so much! I used the solution found in the Theme Settings for Genesis. Straightforward and simple enough.

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘General Discussion’ 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