• Hi!
    I’m wondering why the Continue Reading button is showing after each post with full content on the main page. It shouldn’t be there since the content is not an excerpt, right?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter salateo

    (@salateo)

    Hello there.

    The button was placed under the assumption that a small block of text would be used on the blog page by utilizing the “more” tag. If you want to display the post’s content, we can easily hide the button.

    You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    a.read-more {
        display: none;
    }

    in the box, save and the button will be hidden.

    Thread Starter salateo

    (@salateo)

    thank you!!

    You’re welcome!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Continue Reading button showing after full content’ is closed to new replies.