Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #184429
    dbea3059
    Participant

    Hi. Im using the catch mag pro theme. Ive noticed that by default every post automatically has the post title and excerpt put at the top of page.
    Installing the ‘hide title’ plugin hides the title but it would be nice to be able to remove/hide the exerpt for most of my pages. There does not seem an option to hide it in the options. Only to shorten the length of it.

    This might sound small but i am importing 1000 posts. And the excerpt is duplicated twice in all these pages.

    Please see the link below for a screenshot.

    https://imgur.com/77UUjH3

    #184437
    Skandha
    Participant

    @dbea3059: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    article .entry-summary {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #237880
    dbea3059
    Participant

    Thanks it works perfectly.

    #237958
    Skandha
    Participant

    @dbea3059: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-mag/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to stop excerpts being automatically inserted into post page?’ is closed to new replies.