Join the Stack Overflow Community
Stack Overflow is a community of 6.6 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

I was modifying a few things on the function.php file of my wordpress website and now when I try to load the site again this error pops up:

Parse error: syntax error, unexpected T_STRING in /home/fiestavi/public_html/wp-content/themes/NewsSpot/functions.php on line 11

I tried logging in the admin panel but it shows the same error as well.

Link to Main Site: http://www.fiestacolegial.com

Link to Admin Panel: http://fiestacolegial.com/wp-login.php

How can I fix this?

Thanks!

share|improve this question
    
You should post your functions.php at least up until line 11, so we can actually see the code, that's causing the problem. – Sirko Mar 8 '13 at 14:47
    
How can I do that? I am unable to load the contents of that page. Sorry about this but I am a newbie in Wordpress :/ – Wilo Maldonado Mar 8 '13 at 14:47
    
You put the file on the server (probably using FTP). Use the same way to get its content. – Sirko Mar 8 '13 at 14:49
    
Yeah. I will get that info in a little while. I don't pay for hosting for this company so I gotta wait till the manager gets here. Anything I can do until then? – Wilo Maldonado Mar 8 '13 at 15:02
    
You will have to modify the file. So nothing you can do until you get a hold of it ... – Sirko Mar 8 '13 at 15:18

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.