• 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

Executive Pro – Blog Page Question

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 › Executive Pro – Blog Page Question

This topic is: not resolved
  • This topic has 3 replies, 2 voices, and was last updated 10 years ago by Christoph.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • June 18, 2015 at 6:47 pm #156721
    LocalSEODude
    Member

    How can the Main Blog Page be set up so that it displays ONLY the Blog Title (with Link to the corresponding Full Article)?

    Thanks!

    http://www.drsunilgandhi.com/blog/
    June 21, 2015 at 12:04 pm #157008
    Christoph
    Member

    Hi,

    you will have to add some code to the functions.php.

    This code will remove the post content whether you set up the blog page under "Setting - Reading - Front page displays" or with the Blog template:

    add_action( 'genesis_entry_content', 'ch_remove_post_content', 5 );
    		/**
    		 * Remove the post content
    		 */
    function ch_remove_post_content() {
    	if ( is_home() || is_page_template( 'blog' ) ) {
    				remove_action( 'genesis_entry_content', 'genesis_do_post_content' );
    	}
    }

    If you didn't use the reading settings, you can remove is_home() || from the code;
    if you didn't use the Blog template, you can remove || is_page_template( 'blog' )


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    June 30, 2015 at 5:34 pm #157990
    LocalSEODude
    Member

    Thank you Christoph!! That worked beautifully!

    Is there any way to leave the 1st sentence or 2 under the Title?

    July 1, 2015 at 2:51 pm #158083
    Christoph
    Member

    Glad to help.

    The easiest way to achieve this is to undo the changes you just made,
    go to Genesis - Theme Settings - Content Archives - Select Display Post Excerpts.
    Save your changes.

    The automatic excerpt will not recognize sentences but a character limit.
    You can, however, create a manual excerpt in the post editor.
    (You might have to make that section visible by clicking on Screen Options at the top right and selecting Excerpt)


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

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