Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #442722

    Hello,

    I created a page to display blog posts from a category on this page.

    As you can see, it shows “read more” twice.

    Anywhere else on my site, including on the blog or on pure category pages it displays one read more link as it should.

    To get my desired look, I have single author with small preview selected in blog style, as well as the modifications listed here to loop-index and functions.

    One other notable difference between this category page that isn’t working and everything else is that I have edited all 7 posts using the Advanced Layout Editor. I think these are the only 7 blog posts on my site that I have edited using the Advanced Layout Editor since switching to Enfold recently. I noticed that I had to provide an excerpt in the “excerpt” field on the blog posts page as it doesn’t automatically take the initial text in a blog post as normal posts would.

    Similarly, as I explained above all normal category pages display properly. However, the page displaying the category I created for these posts also displays two “read more” links as you can see here. This leads me to think it has something to do with the fact that I edited the posts using the Advanced Layout Editor.

    Any advice on how to fix this would be really helpful. Thanks for your time and help!

    #443169

    Hi happinessplunge!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-18772 .read-more-link {
      display: none;
    }

    Best regards,
    Yigit

    #443389

    Worked perfectly. Thanks so much for your continued support!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Read More Appears Twice’ is closed to new replies.