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