html - My php header code fails to serve the proper logo -


i have wordpress theme not recognizing logo. found header.php file. shows following code generates logo

<?php siteorigin_north_display_logo(); ?> 

site origin north theme name. have added logo going appearance -> customize -> site identity area not show up. instead uses default logo name highline.png

does know how can edit pulls image media library? not have experience php , got far of stackoverflow

the rest of sections code below in case needed.

<div class="site-branding">                     <?php siteorigin_north_display_logo(); ?>                     <?php if ( siteorigin_setting(  'branding_site_description' ) ) : ?>                         <p class="site-description"><?php bloginfo(  'description' ); ?></p>                     <?php endif ?>                 </div><!-- .site-branding -->  


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -