• Please accept my apologies if there is already a clear answer to this. I’ve tried all of the solutions I have found so far in the forums.

    I’ve been working with WordPress for years yet cannot figure this out.

    I can’t get my post to stop saying “Read More” on the home page.

    Frankly, this is a gag/satire site anyway, so it’s not the end of the world. It’s just very frustrating.

    https://the.goatcirc.us/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The easiest way is to go to Appearance → Customize → Additional CSS and copy & paste this rule:

    
    .home .read_more {
        display: none;
    }
    
    Thread Starter ikevinax

    (@ikevinax)

    Half way there. That removed the “Read More” button, but still doesn’t show the media when viewing from the home page. I’ve never encountered this.

    I would say it’s something strange about the theme, but I’ve had the same problem with all three random themes I tried.

    Does anyone know why it won’t show an image on a post when viewing from the home page?

    Thread Starter ikevinax

    (@ikevinax)

    So apparently it is the theme. I finally found one that doesn’t exhibit this behavior.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unique (Apparently) Issue – Unable To Remove “Read More” or “Continue Reading”’ is closed to new replies.