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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -