Modify ClassiPress 404.php page to show suggeted pages
How can I customize 404.php to provide suggested pages when nothing is found. I've added 'true google 404' plugin but it makes my 404 page a total mess. Below is the piece of code that needs to ba added in the 404 page.
<?php if(function_exists("trueGoogle404"))echo trueGoogle404();?>