Viewing 1 replies (of 1 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi kimero,

    Thanks for your kind words!

    The plugin automatically removes HTML tags in order to prevent issues. However if you want, you can make the following modification to the code to prevent that:

    1. Open the wp-content/plugins/ajax-search-lte/includes/search_content.class.php file on your server. Look for line 658, where you should see this:

    $_content = strip_tags( $_content );

    2. Remove that line from the code and see if it changes anything.

    You might also need to increase the description length to a higher number to avoid HTML tags from getting stripped: https://i.imgur.com/FgXbqMW.png

    Best regards,
    Ernest

Viewing 1 replies (of 1 total)
  • The topic ‘Search result description’ is closed to new replies.