Reply To: Change the Site Title URL

Home Forums Support Change the Site Title URL Reply To: Change the Site Title URL

Home Forums Support Change the Site Title URL Reply To: Change the Site Title URL

#204828
Jamal

Hi

Please give this a try

add_filter( 'generate_site_title_href','generate_custom_site_title_href' );
function generate_custom_site_title_href()
{
	// Enter the URL you want your logo to link to below
	return 'http://YOURURLHERE.com';
}
  • This reply was modified 7 years, 9 months ago by Jamal.