Output logo source address
Hi,
I'm figuring out how to get the logo url programmatically, since I need to add it at the bottom of the page.
Trying get_template_part( 'includes/include', 'logo' ); will output all 4 available logos in a wrapper. I just need the url.
Any advice on that?
Thank you!
I'm figuring out how to get the logo url programmatically, since I need to add it at the bottom of the page.
Trying get_template_part( 'includes/include', 'logo' ); will output all 4 available logos in a wrapper. I just need the url.
Any advice on that?
Thank you!
Comments
sorry but we do not support theme files modifications.
You need to look inside includes/include-logo.php
thanks