• Resolved donnap

    (@donnapotratz)


    Hello! Does anyone know how to remove the “Read More” linked text that appears at the bottom of single posts? I’d like to remove it for all posts on my site.

    Thanks for any advice!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi donnap. Can you post a link to your site that shows the “Read More” at the end of a post? Thanks.

    Thread Starter donnap

    (@donnapotratz)

    Sorry! Here’s the site: http://www.writingteachertools.com

    Those are actually the post summaries under the category, not single posts. The “Read More” is attached to the end of the post excerpt. The easiest way to remove it is to use css in your child theme:

    .readmore {
      display: none;
    }
    Thread Starter donnap

    (@donnapotratz)

    Oh, sorry about the post summary error! I added the bit of code you suggest, but it doesn’t seem to have an impact. Did I do something wrong?

    When I look at any of the pages on the main menu, the “Read More” has been removed from the post excerpt. Are we talking about the same thing?

    Thread Starter donnap

    (@donnapotratz)

    I guess not! Sorry! I don’t know what the specific area is called. Here’s an example, though: if you go to Composition/Composition Fundamental/Organization and Development, you’ll see that all the posts listed have a “Read More” link.

    Here’s a screenshot of what I see. The “Read More” links are not there.

    Thread Starter donnap

    (@donnapotratz)

    I just check on a different computer, and it looks perfect. Thank you!

    You’re welcome. If you don’t need any further help here please mark the topic as Resolved. Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Remove "Read More" from Single Posts’ is closed to new replies.