Hello @cuffley
Please follow the steps below:
- Open the “/wp-content/plugins/search-in-place/php/searchinplace.clss.php” file with the text editor of your choice.
- Go to the piece of code:
$_link_parts[0] .= ( ( strpos( $_link_parts[0], '?' ) === false ) ? '?' : '&' ) . 'highlight=' . urlencode( $s );
And commend it as follows:
// $_link_parts[0] .= ( ( strpos( $_link_parts[0], '?' ) === false ) ? '?' : '&' ) . 'highlight=' . urlencode( $s );
Please note the plugin does not generate new URLs, it only pass a parameter the resulting pages.
Best regards.
-
This reply was modified 3 months, 1 week ago by codepeople.