Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello.
I’m having a a problem with the Hendel search results. The results page display all shortcodes embedded on the page. There is a way to remove them and leave only the page content?
Hello,
The search form get’s a snipped of the page content by default to show it into search results. Since the content is build with the codeless builder, is contains shortcodes. To avoid this, please add excerpt text for each page. So the text in excerpt will show instead of the content.
Let us know.
Best regards!
Hello,
Open page options, go to Screen Settings (top-right corner). Open it and check the “Excerpt” box. Screenshot: https://postimg.org/image/55v7apiol/
The excerpt text field will show up in the page options below. Add the text and save changes.
Screenshot: https://postimg.org/image/43l0s7xb9/
If you do not see this option at all, go to your functions.php file and add this line at the end of it:
add_post_type_support( 'page', 'excerpt' );
Try again now. Let us know.
Bets regards!
You must be logged in to reply to this topic.