Hallo, i can’t understand why can’t show up my logo. My logo code is (in header.php):
<!– Begin logo –>
<?php
//get custom logo
$pp_logo = get_option(‘pp_logo’);
if(empty($pp_logo))
{
$pp_logo = get_stylesheet_directory_uri().’/images/logo.png’;
}
?>
“>
<img src=”<?php echo $pp_logo?>” alt=””/>
<!– End logo –>
Thank you for answer… ??
P.S. my web https://www.fotosvente.lt