Unwanted Excerpt Displayed Below Post Title in Admin – How to Disable?

#1068804
  • Resolved Gilles
    Rank Math free

    Hello Rank Math Team,

    I’m encountering an issue in the WordPress admin post list view (/wp-admin/edit.php) where an excerpt of each post is being displayed directly below the post title. This happens only when Rank Math is active.

    I’ve verified that this is not native WordPress behavior nor related to my theme or other plugins (such as Elementor). Once Rank Math is deactivated, the excerpts disappear from the admin post list, confirming that Rank Math is responsible for injecting them.

    While this might be helpful for some users, in my case, it clutters the admin interface and I would prefer to disable this feature.

    Could you please let me know:

    Is there a setting within Rank Math that allows me to disable these excerpts?

    If not, is there a hook or filter I can use to prevent them from being displayed?

    Thank you for your help

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    We apologize for the issue you are facing with the unwanted excerpt display in the WordPress admin post list view. Thank you for bringing this to our attention.

    Currently, there isn’t a specific setting within Rank Math to disable the excerpts displayed below the post titles in the admin area. However, you can use a custom code snippet to remove these excerpts.

    Here’s how you can do it:

    1. Navigate to Appearance → Theme File Editor in your WordPress admin dashboard.
    2. From the list of files on the right side, select the functions.php file of your active theme.
    3. Add the following code snippet at the end of the file:
      add_filter('the_excerpt', function($excerpt) {
         return '';
      });
    4. Click on Update File to save your changes.

    This code will effectively prevent excerpts from being displayed in the admin post list view while keeping Rank Math active.

    If you need further assistance or if this does not resolve your issue, please reply to this ticket, and a human agent from our support team will take over and assist you further.

    Thank you for your understanding!

    Gilles
    Rank Math free

    Sorry but t doesn’t work

    Hello,

    Please check if this issue is due to the SEO columns displayed on the post list view.

    Click the Screen options at the upper right section and try unchecking the SEO columns

    null

    If the issue persists, we might need to take a closer look at the settings. Please edit the first post on this ticket and include your WordPress & FTP logins in the designated Sensitive Data section.

    Please do take a complete backup of your website before sharing the information with us.

    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    Gilles
    Rank Math free

    It’s ok, thank you !

    Hello,

    Glad that helped.

    Please feel free to reach out to us again in case you need any other assistance.

    We are here to help.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

You must be logged in to reply to this ticket.