optimgo
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] hCaptcha possible?THX
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Suddenly appearing \n\n line breaks in resultsToo bad, but thanks for the fast and great support!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Suddenly appearing \n\n line breaks in resultsSorry was my mistake had copied it from the mail. The filter is now accepted but the result has not changed unfortunately the \n\n are still there.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Suddenly appearing \n\n line breaks in resultsYour PHP code changes have been reset due to an error on line 27 of the wp-content/themes/pro-child/functions.php file. Please fix and try to save again.
syntax error, unexpected ‘&’
add_filter( 'relevanssi_excerpt', 'rlv_modify_excerpt' );
function rlv_modify_excerpt( $excerpt ) {
$excerpt = preg_replace( "/\n\r|\r\n|\n|\r/", ' ', $excerpt );
return $excerpt;
}The two & I marked Bold seem to be invalid.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Suddenly appearing \n\n line breaks in resultsHow do I use this filter-hock and where? In the search.php? Unfortunately I don’t know anything about this, because I’m not a web-developer.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Suddenly appearing \n\n line breaks in resultsI have created an account – to access:
User: Mikko
Pass: RelevanssiIs an example Search … you will see that in the first result are no \n\n.