Just look in page.php on line 921. Maybe you can figure out what went wrong or post the code here.
Also a good idea is to deactivate all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).
There isn’t a get_images() function in the WP core as far as I can tell. The issue must be theme-specific.
I’m not sure what to look for.
How do you know exactly where line 921 is?
It’s not as though each line is numbered.
Just download a good free text editor en open the page.php with the editor
windows: notepad++
mac: textwrangler
Or see if the texteditor you already use can enable numbering
You’re at Network Solutions; you might have been hacked since some people are getting Google Malware warnings, according to another thread you started:
http://ww.wp.xz.cn/support/topic/408795?replies=4
See what other code is in your theme files.
Thanks keesiemeijer, that helps some.
I looked thru page.php.
Didn’t see anything related to the line in question.
Mw is gone! Cleared by Google.
Songdogtech:
What exactly am I looking for in theme?
The offending line that’s on our contact page?
http://www.kjzrradio.com/contact-us/
Thanks very much.
Mw is gone! Cleared by Google.
Not necessarily: http://google.com/safebrowsing/diagnostic?site=http://www.kjzrradio.com/
That error could be the malware calling an function.
See this for what yoiu should look for: FAQ: My site was hacked « WordPress Codex
just do a search for “get_images()” and post the resulting line
Or post line 921. It seems to be a very long file for a normal page.php file. I can still go to your site from google without a warning.
keesiemeijer- I found a <?php get_images(); ?>
towards the bottom of page.php.
Other than that, not sure…
Deactivate all plugins and see if the error dissapears.
If it does you know that the problem is in one off your plugins.
Re-activate the plugins one by one, each time checking if the error reappears. If it does you know the last activated plugin is the culprit.
If deactivating the plugins doesn’t make the error go away remove “<?php get_images(); ?>” from page.php. upload page.php and see what happens