Hi Support,
Please could you tell me how I can remove the shortcode from the search results. I have attached an image.
Thanks in advance.
Paul
Hey Wils1234!
Please take a look at the topic here:
https://kriesi.at/support/topic/strip-shortcodes-in-searchresults/
and let usk now if that helsp you out
Best regards,
Basilis
Hi Basilis,
I removed the line:
$excerpt = strip_shortcodes( get_the_content() );
from /includes/loop-search.php (line 95):
but short code still present.
Thanks in advance.
Hi!
Can you please try de-activating all active plugins and check if that helps?
Cheers!
Yigit
Hi Yigit,
Deactived all plugins, short code still shows.
I put the file in a folder called includes in the child theme. Is this ok?
Thanks in advance.
Hi!
No, that won’t work unless you also include a search.php in the root of the child theme.
Best regards,
Josue
HI Josue,
Ok, have added file and this now works.
Thank you.