Forums
Forums / Theme: Understrap / Remove the readmore button
(@sibichan)
6 years, 7 months ago
Iam using understrap child theme created with a plugin.
How to remove the readmore button from home page? (I don’t wanted to hide using css)
(@holger1411)
Hey sibichan
what you are referring to is in the file:
UnderStrap Theme Parent Folder -> loop-templates -> content.php (line 37)
and is handled by the function the_excerpt():
https://developer.ww.wp.xz.cn/reference/functions/the_excerpt/
you will need to add your own custom function/filter to fix what you want to do without CSS
hope that helps!
The topic ‘Remove the readmore button’ is closed to new replies.