This topic has 4 replies, 2 voices, and was last updated 10 years, 5 months ago ago by Jack Richardson
Hello!
How can I change the logo link to a particular page?
Hello,
You have to edit theme-functions.php in legenda/framework directory. Find the following lines (931-935):
<?php if($logoimg): ?>
<a href="<?php echo home_url(); ?>"><img src="<?php echo $logoimg ?>" alt="<?php bloginfo( 'description' ); ?>" /></a>
<?php else: ?>
<a href="<?php echo home_url(); ?>"><img src="<?php echo PARENT_URL.'/images/logo.png'; ?>" alt="<?php bloginfo('name'); ?>"></a>
<?php endif ;
And replace <?php echo home_url(); ?>
with link to the desired page.
Also keep safe this file to don’t lose the changes after theme upgrading.
Regards,
Jack Richardson
Thx!
Hello,
You’re welcome!
If you have any questions don’t hesitate to contact us.
Regards,
Jack Richardson
Tagged: branding, custom logo, designer, link, template, woocommerce, wordpress
The issue related to '‘Costom Logo Link’' has been successfully resolved, and the topic is now closed for further responses