First of all, I know nothing about php coding.
I attempted to upload a WP plugin to my blog, both using .zip format, and when that failed, using FTP, and in both instances it failed to be recognized as a plugin.
Then, I tried to use the path, or URL, to see whether it would show up this way, and I got the following error:
Fatal error: Call to undefined function get_header() in /home/jorgemv/public_html/cashjock.com/imblog2/wp-content/plugins/wpfanpro2_cured_0/index.php on line 5
AS you can see, it refers to line 5, which reads like this: get_header();
Can anyone, with just this information, suggest a different way of expressing line 5, if indeed this is the real problem?
Thanks for any help you can offer.