Archive for home content
In Filezilla how do I change my theme in wordpress?
Posted by: | Commentswp themes Question: In Filezilla how do I change my theme in wordpress?
My problem is that I cannot get into the dashboard or the site of my website, i am geting this code if i try to look at it or log into it via wp admin.
Parse error: syntax error, unexpected ‘< ' in /home/content/00/5722600/html/wp-content/themes/intense_gamer_boy_tee015/functions.php on line 2127
i've edited out the bad and replaced the functions folder but it still isn't leting me go into my site at all to the dashboard or anything. I have firezilla but what can I do to change the theme so i can acsess my wp admin dashboard again?
Best Response:
Answer by FWP
log into your database (via phpmy admin) and run this query
SELECT *
FROM wp_options
WHERE option_name = ‘template’
OR option_name = ‘stylesheet’
OR option_name = ‘current_theme’;
then update the values with ‘default’ for the default template (or if you have another theme on the server enter that name)
download free wordpress themes for free, just go to premiumwordpressthemes100.blinkweb.com it’s just for complete a short survey
