Ok after installing a premium theme Im getting this error.
Fatal error: Call to undefined function viva() in /home/marineaq/public_html/wp-content/themes/pm3/home.php on line 33
which is a link. When I click on it I get.....
Fatal error: Call to undefined function vz_inloop() in /home/marineaq/public_html/wp-content/themes/pm3/single.php on line 53
here is a link to my site.
First, the theme's home.php template is calling for a function (viva) that doesn't exist. Also its single post template is calling for a function (vz_inloop) that doesn't exist. Comment those out or delete them and see if the problem goes away. Which theme is it, BTW?
Its the playmaker 3 theme. That seems to have helped. I figured it was something simple. I guess I've been staring at the computer tooooo long! Thank you very much!
Hi,
It seems that there is an issue with the theme designing as it is calling a function which is not exist in the code.
Fatal error: Call to undefined function vz_inloop()
Either you can contact the theme owner to resolve this issue or combat with theme core files and resolve the issue by editing the single.php file.
Thanks,
Shane G.