Hi Team,
I have been using X theme on my website - www.creativeamit.com for past few years with no problems. From past few days my seo on google dropped. I don’t know the reason. But then I thought to restore a previous version from a backup I had. I restored it successfully. I updated everything but I am getting a misc. code which appears above the menu. I don’t know how its appearing on front end. I have attached a screenshot. Can you please help me rectify that.
Regards,
Amit
Below is the code - 
?php // ============================================================================= // VIEWS/GLOBAL/_BRAND.PHP // ----------------------------------------------------------------------------- // Outputs the brand. // ============================================================================= $site_name = get_bloginfo( ‘name’ ); $site_description = get_bloginfo( ‘description’ ); $logo = x_make_protocol_relative( x_get_option( ‘x_logo’ ) ); $site_logo = ‘’ . $site_description . ‘’; ?>
