functions.php
-
Hello.
I wanted to change the featured image size on a theme and added this code to functions.php down at the end of the page.<?php
set_post_thumbnail_size( $width, $height, $crop );
?>
Before that, I made a backup of the functions.php.
After I added the code, the site is all blank, doesn’t works anymore.
I uploaded the backed-up file “functions.php” through FTP in the theme functions folder but still blank site.
I uploaded the original file “functions.php” from the archived unchanged theme, the site is still blank. The theme is Avada 3.7.4.Any help?
Thank you.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘functions.php’ is closed to new replies.