Hello I am using zerif-lite.1.8.2.2 ,and the links through search on the about page are broken. It is throwing these errors.
[29-Jul-2015 14:02:07 UTC] PHP Fatal error: Call to undefined function zerif_posted_on() in /home/sbburnett/public_html/wp-content/themes/zerif-lite/content-single.php on line 23
[30-Jul-2015 04:36:38 UTC] PHP Fatal error: Call to undefined function zerif_posted_on() in /home/sbburnett/public_html/wp-content/themes/zerif-lite/content.php on line 55
[30-Jul-2015 04:39:37 UTC] PHP Parse error: syntax error, unexpected ‘s’ (T_STRING) in /home/sbburnett/public_html/wp-content/themes/zerif-lite/404.php on line 49
And when viewing the html that the search produces it appears as if the correct link is being generated. Although when one clicks on that link it throws a the helloworld link in the right column throughd this error.
Fatal error: Call to undefined function zerif_posted_on() in /home/sbburnett/public_html/wp-content/themes/zerif-lite/content-single.php on line 23
It seems the whole search functionality is broken.
shelly.rocks.com
I could use this to stop it from printing the error to page.
<?php ini_set(‘display_errors’, 0); ?>
But would prefer to fix the error. How would I fix the code?