Hi Anders,
Thanks for your reply. I’m already working with a child theme, so I understood it to ‘duplicate the code from the header.php file in Hemingway’. (i paste this code in the child theme header.php)
But this code in header.php seems different than other header files I’ve seen so far.
Where in this can i change the header section to a link?
> >
' title=' — ' rel='home'> ?' alt=''>
? '', 'items_wrap' => '%3$s', 'theme_location' => 'primary', 'walker' => new hemingway_nav_walker ) ); } else { wp_list_pages( array( 'container' => '', 'title_li' => '' )); } ?>
? '', 'items_wrap' => '%3$s', 'theme_location' => 'primary', 'walker' => new hemingway_nav_walker ) ); } else { wp_list_pages( array( 'container' => '', 'title_li' => '' )); } ?>
Angela