• Resolved Simon

    (@simonlg)


    Hi,

    Love your plugin!

    I have added a slideshow to the Twenty Eleven template. I have set up the images so that they display an excerpt and the images appear on the gallery images on the website.

    However, there is a “Continue reading” link appearing on the slideshow image next to the text that I added into the Excerpt.

    Does anyone know how I can get rid of this link?

    Thanks

    Simon

    https://www.ads-software.com/plugins/meteor-slides/

Viewing 1 replies (of 1 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Thanks Simon! Yeah, that theme filters the excerpts and doesn’t check to make sure they are blog post excerpts, does it for all post types. Easiest thing to do is just hide them with CSS:

    .meteor-slides .more-link {
    display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Continue Reading link in Excerpt’ is closed to new replies.