Filippo Boninsegna

Investing, content marketing, automation

  • Blog
    • Categories And Tags
    • Book Notes
    • Bookmarks
    • Content Marketing
    • Education
    • Journal
    • Internet Business
    • Investing
    • Living
    • Resources
    • Wellness
  • About
  • Book Notes
  • Newsletter

  • Blog
    • Categories And Tags
    • Book Notes
    • Bookmarks
    • Content Marketing
    • Education
    • Journal
    • Internet Business
    • Investing
    • Living
    • Resources
    • Wellness
  • About
  • Book Notes
  • Newsletter

WP Genesis Remove Excerpts

wordpress genesis remove excerpt: link.

//substitute appropriate category slug for "X"
.home .category-X .entry-content,
.blog .category-X .entry-content,
.archive .category-X .entry-content
{
    display: none;
} 

Or link:

<?php
/**
 * This file adds a custom archive page to any Genesis child theme.
 *
 * @author    Brad Dalton
 * @example   http://wpsites.net/web-design/how-to-show-only-titles-on-archive-pages-in-genesis/
 * @copyright 2014 WP Sites
 */

//* Remove the breadcrumb navigation
remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );

//* Remove the post content
remove_action( 'genesis_entry_content', 'genesis_do_post_content' );

//* Remove the post image
remove_action( 'genesis_entry_content', 'genesis_do_post_image', 8 );

//* Remove the post meta function
remove_action( 'genesis_entry_footer', 'genesis_post_meta' );

genesis();

More Genesis snippets: link.

Share on X (Twitter)Share on FacebookShare on LinkedIn

Bookmarks | code, excerpts, genesis, snippets, wordpress

Previous Post: « WP Query Loop Block
Next Post: Posts To Check Out »

© 2025 Filippo Boninsegna.

https://www.filippoboninsegna.com/wp-content/cache/breeze-minification/js/breeze_77fd421cbb5741e85c3536eeff5a4672d8a77c2b4f7167846cd8d552d336217682e1a39015136e860bea68663367e60a1760c2a7783f59a7b3ab055c2b8e7380.js