The Search Suggest and Related Searches are not working for me. I have put both functions as `
<p><?php if ( function_exists('spell_suggest') ) { spell_suggest(); } ?></p>
<p><?php if ( function_exists('related_searches') ) { related_searches(); } ?></p>` on my theme but nothing appears at the place. Can you please solve this? Thanks in advance.