• I am using header layout 6. I want to change the URL of the logo to another link.
    I tried changing the coder here header-layout-6.php:
    <?php if ( is_front_page() ) : ?>
    <h1 class=”site-title”>
    <?php the_custom_logo(); ?>

    <?php if( true == get_theme_mod( ‘envy-blog_header_site_title_activate’, true ) ) { ?>

    <?php bloginfo( ‘name’ ); ?>

    <?php } ?>
    </h1>

    but it does not work. Can you tell me how to change the LOGO URL to another custom URL?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to change logo URL?’ is closed to new replies.