• I accidentaly edited the Functions.php file, I wanted to add Yoast Breadcrumbs but it failed, then I deleted the lines, but I must have deleted something else. This pops up:

    Parse error: syntax error, unexpected '<' in /home/a4149064/public_html/wp-content/themes/gopress/functions.php on line 29

    In this part

    /*-----------------------------------------------------------------------------------*/
    /*	Images
    /*-----------------------------------------------------------------------------------*/
    if ( function_exists( 'add_theme_support' ) )
    	add_theme_support( 'post-thumbnails' );
    
    if ( function_exists( 'add_image_size' ) ) {
    	add_image_size( 'full-size',  9999, 9999, false );
    	add_image_size( 'small-thumb',  50, 50, true );
    	add_image_size( 'slider',  660, 9999, false );
    	add_image_size( 'post-image',  315, 175, true );}
    
    /*-----------------------------------------------------------------------------------*/

    Do you know what is wrong?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Edit Functions.php’ is closed to new replies.