In WordPress, excerpts are brief summaries of your posts, typically displayed on your homepage, archive pages, and search results. By default, WordPress generates these excerpts automatically by extracting the first 55 words of your content. While convenient, auto-generated excerpts can sometimes cut off sentences awkwardly or fail to capture the essence of your post. Disabling auto excerpts allows you to have full control over how your content is presented, ensuring a better user experience and improved SEO performance.
Why Disable Auto Excerpts?
- Enhanced Readability: Auto-generated excerpts may truncate sentences, leading to a confusing or incomplete preview. Crafting custom excerpts ensures that readers receive a coherent and enticing summary.
- Improved SEO: Custom excerpts allow you to incorporate targeted keywords strategically, enhancing your site’s visibility on search engines.
- Consistent Branding: Manual excerpts enable you to maintain a uniform tone and style across all post summaries, reinforcing your brand identity.
Methods to Disable Auto Excerpts in WordPress
Here are several methods to disable auto excerpts, allowing you to control how your content is displayed:
1. Using the WordPress Excerpt Feature
WordPress provides a built-in feature to add custom excerpts to your posts:

- Step 1: In your WordPress dashboard, navigate to Posts and select the post you want to edit.
- Step 2: In the post editor, locate the “Add an Excerpt” right sidebar the main content area and click.
- Step 3: Enter your desired summary in the Excerpt box.
- Step 4: Update or publish the post.
By providing a custom excerpt, you override the auto-generated summary, ensuring that your content is presented as intended.
2. Adjusting WordPress Reading Settings
You can configure your site’s reading settings to control the display of posts:

- Step 1: Go to Settings > Reading in your WordPress dashboard.
- Step 2: Find the option labeled “For each post in a feed, include”.
- Step 3: Select Full Text to display complete posts instead of excerpts.
- Step 4: Save your changes.
This setting affects your site’s feeds and may influence how posts are displayed on archive pages, depending on your theme.
3. Modifying Theme Settings
Some themes offer options to control excerpt settings without editing code:

- Step 1: Navigate to Appearance > Customize in your dashboard.
- Step 2: Look for sections like Blog, Content, or Layout.
- Step 3: Check for an option to display full content or excerpts and adjust according to your preference.
- Step 4: Publish your changes.
If your theme doesn’t provide this option, consider the following methods.
4. Editing Theme Files
For more control, you can edit your theme’s files to disable auto excerpts:

- Step 1: Go to Appearance > Theme File Editor.
- Step 2: Locate the template files where excerpts are defined, such as index.php, archive.php, excerpt.php, or content.php.
- Step 3: Find the code snippet and replace it with to display full content.
- Step 4: Save your changes.
Caution:
Editing theme files can break your site if not done correctly. Always back up your theme before making changes, and consider using a child theme to preserve modifications during updates.
5. Using Plugins
If you’re uncomfortable with code, plugins offer a user-friendly alternative:
Advanced Excerpt: This plugin provides extensive control over excerpt length and display.

- Installation: Go to Plugins > Add New, search for “Advanced Excerpt,” install, and activate it.
- Configuration: Navigate to Settings > Excerpt to customize settings, including disabling auto excerpts.
Plugins simplify the process and offer additional customization without manual coding.
Best Practices
- Backup Your Site: Before making significant changes, ensure you have a complete backup to prevent data loss.
- Use Child Themes: When editing theme files, use a child theme to maintain your changes during theme updates.
- Test Changes: After modifications, review your site’s front end to ensure content displays as desired.
By implementing these methods, you can effectively disable auto excerpts in WordPress, granting you greater control over your site’s content presentation and enhancing the overall user experience.