Mobile app version of vmapp.org
Login or Join
Shakeerah822

: Server Error after trying to update the functions.php I recently tried to change the logo on Genesis themed WordPress site using this tutorial: http://anewtab.com/add-logo-genesis-theme I added

@Shakeerah822

Posted in: #Error #HttpCode500 #Php #Theme #Wordpress

I recently tried to change the logo on Genesis themed WordPress site using this tutorial:
anewtab.com/add-logo-genesis-theme

I added

add_theme_support( 'genesis-custom-header', array( 'width' => 960, 'h


To Dashboard->Editor->functions.php as said in the tutorial, and updated the theme.
It didn't really work as I hoped so I deleted the same line and updated it, now I get the server error as below and can't access to my site.

I get this message when I try to access to my site.

Server error
The website encountered an error while retrieving www.vivatveritas.com/wp-admin/. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.


What should I do?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Shakeerah822

1 Comments

Sorted by latest first Latest Oldest Best

 

@Turnbaugh106

The tutorial isn't displaying the code correctly, it should be:

add_theme_support( 'genesis-custom-header', array( 'width' => 960, 'height' => 100 ) );


So add this piece to your existing line and you should be good.

eight' => 100 ) );

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme