HI Team,
I would like to have my web logo link to a phone number. I know it has something to do with code revisions in the _brand.php file. Here is what I currently have:
<?php // ============================================================================= // VIEWS/GLOBAL/_BRAND.PHP // ----------------------------------------------------------------------------- // Outputs the brand. // ============================================================================= $option_logo_text = x_get_option( 'x_logo_text' ); $option_logo_src = x_get_option( 'x_logo' ); $logo_text = ( empty( $option_logo_text ) ) ? get_bloginfo( 'name' ) : $option_logo_text; if ( empty( $option_logo_src ) ) { $logo_output = $logo_text; } else { $logo_src = x_make_protocol_relative( $option_logo_src ); $logo_output = '