2020-06-25, 21:14:40
(2019-08-21, 18:06:21)rjgaur Wrote: Hi there,
I have been using this plugin in for a while but I have now encountered an issue after changing the URL structure. To display language in the URL, a language code is appended at the end, followed by the name of the post such as
www.domain.com/en/news/post/post-name
However when I run search results, the language code is not added to the URL. It display as
www.domain.com/news/post/post-name.
Would be very grateful if a fix could be suggested for this.
This is what worked finally. Change was made in searchresult.php
$link = str_replace("/news/post/","/en/news/post/",$link);