Mike Michelo
asked 11 years ago

Hi, I´m user of WallPress template.
I need to edit the link adress linked to the logo on the header. How can I do that? Wich file should I edit?
Thanks for your help 

1 Answers
DominicStaff
answered 11 years ago

To edit the link adress linked to the logo on the header of WallPress, you can open the customize.php file in the folder path “wp-content\themes\dw-wallpress\inc”. Find the line 283.
Replace the following code:

    echo '<h1 id="site-title" class="site-title '.$header_display.'"><a href="'.esc_url( home_url( '/' ) ).'" title="'.esc_attr( get_bloginfo( 'name', 'display' ) ).'" rel="home">';

With new code:

echo '<h1 id="site-title" class="site-title '.$header_display.'"><a href="Your Link" title="'.esc_attr( get_bloginfo( 'name', 'display' ) ).'" rel="home">';
Powered by DW Question & Answer Pro