I really messed up and tried adding a social widget like explained here- http://www.wpzoom.com/forum/viewtopic.php?f=21&t=12732 to my wpzoom /functions/theme/widgets/social.php .
I went to theme editor and then theme functions (functions.php) and under theme widgets I added
require_once THEME INC . "/widgets/instagram.php";
Underneath
require_once THEME INC . "/widgets/twitter.php";
Now i get an error and am completely locked out of wordpress and my site thetroyindependent.org
Warning: require_once(/home/content/32/10006132/html/wp-content/themes/tribune/functions/theme/widgets/instagram.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/32/10006132/html/wp-content/themes/tribune/functions.php on line 37
Fatal error: require_once() [function.require]: Failed opening required '/home/content/32/10006132/html/wp-content/themes/tribune/functions/theme/widgets/instagram.php' (include_path='.:/usr/local/php5_3/lib/php') in /home/content/32/10006132/html/wp-content/themes/tribune/functions.php on line 37
So I know how to fix it....just take out the line of code with Instagram and it should be fine. But I can't access anything. I don't believe I have access to the server?
I am very flustered because I'm not quite sure how to solve this problem and I didn't have an ftp account prior-not sure if that matters?
I did back my theme up and I backed up my site right before I added the line. But I am lost trying to figure this out.
All help would be greatly appreciated!!