Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 95934

jazzatomo on "[Theme: Customizr] Changing Logo Link Error (Snippet not working)"

$
0
0

Gday,
So im attempting to change the logo link, by using the snippet provided, I have set both my links to what I need them to be, and have placed the snippet inside functions.php in the section it needs to be in.

for some reason though I am still getting it referencing back to the initial webpage.

Heres the snippet directly copied from the functions.php file.

add_filter('tc_logo_title_display', 'change_site_main_link');
function change_site_main_link($output) {
    return preg_replace('|href=http://xyz.net/|', 'href=http://yzx.com.au/', $output);'<blockquote>
}

Thanks for any help available.

Jake


Viewing all articles
Browse latest Browse all 95934

Trending Articles