Skip Navigation

[Resolved] Remove read more link in excerpt

This support ticket is created 3 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 3 replies, has 2 voices.

Last updated by David Gimenez 3 years, 2 months ago.

Assisted by: Shane.

Author
Posts
#2184801
Captura de pantalla 2021-10-01 a las 17.56.49.png

Hello...

Is there any way to remove read more link (llegeix més) in excerpt? I don't find the way to do it...

Thanks!

#2185013

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi David,

Thank you for getting in touch.

Is it that you only want the excerpt to keep displaying but you don't want the link to be there?

Please let me know and provide me with a link to the page for this. Perhaps we can use some css to hide the link.

Thanks,
Shane

#2185501

Hi Shane. I didn't think about css. Thanks for your suggestion. It's solved now.

.read-more a{
	display:none;
}

Thanks again!!!!!

#2185533

My issue is resolved now. Thank you!