[Plugin: Search Suggest] Get suggest link to work
-
Hi,
When you are using WordPress in a different directory than /wordpress, such as https://www.example.com instead of https://www.example.com/wordpress the suggest links are not working. The links are leading the visitor to https://www.example.com which will result in an 404 error.To resolve this:
– Go to wordpress/wp-admin/plugin-editor.php?file=search-suggest/search_suggest.php
– Change this: $wpurl = get_bloginfo(‘wpurl’); into this: $wpurl = get_bloginfo(‘url’); on line 19 and 46.
– Save the file.Good luck and cheers.
Irian
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Search Suggest] Get suggest link to work’ is closed to new replies.